You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a short term workaround, I tried to override the class and function of _list_from_items_filename to apply the changes and it did not work (is it because it is a @staticmethod?), so I had to edit the actual source code of the library I installed in the end and that seemed to do the fix.
The text was updated successfully, but these errors were encountered:
mixpanel-utils/__init__.py
Line 1751 in 61185de
change it to
The comma by default is not a very strong delimiter especially with how cloud databases export these data in a dirty way.
Ideally, I would want to pass the delimiter character as a parameter when I use the
import_events
function.As a short term workaround, I tried to override the class and function of
_list_from_items_filename
to apply the changes and it did not work (is it because it is a@staticmethod
?), so I had to edit the actual source code of the library I installed in the end and that seemed to do the fix.The text was updated successfully, but these errors were encountered: