Replies: 2 comments 1 reply
-
You have a couple of options:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@JovanVeljanoski thank you for your support. i will wait till #1028 is merged |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I am using vaex.from_csv() to import data but there is no option to strip data.
I saw DataFrameLocal has the
to strip data but vaex.from_csv() returns Generator instead of DataFrameLocal so cant use str.strip().
Note: my csv data is a very large file so cant strip all data in memory
Please help.
Beta Was this translation helpful? Give feedback.
All reactions