Replies: 2 comments 1 reply
-
It would be helpful to provide more information, some ideas:
We need something to reproduce the issue, otherwise we can't help.. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is probably not vaex related, I suggest you create a new environment (conda or venv) to make sure all your packages are up to date. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to switch over to Vaex and I am having some trouble. The dataset is about 3.5 GB, I am able to read file in with from_csv, but any operation instantly kills the kerneI (even df.describe()). I tried using chunk size and that also killed the kernel instantly. However, I tried importing the dataset with pandas and it worked fine and the operations also worked (df.describe, df.column.unique()). Can you help me understand what is going on here and why Vaex kills the kernel but pandas works? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions