Im looking for a way to export a single event’s data directly via a python script. (Only specific columns)
By using this, https://developer.mixpanel.com/reference/export I’ve been able to fetch the data for a given time range but I need only a few columns as the quantum of events is too high.
Reminder: JQL isnt an option for the same reason as it’s exceeding the data limits.
Eg, if event a has 10 property columns. I want to fetch the data from 3 columns which I’d be specifying in the script.