Converting vaex dataframe to csv properly. #1914
-
I currently have this use case where I have 72 columns and about 20 million rows I am reading the file as a parquet from s3 doing some transformations and I need to have the dataframe in a csv format to upload to S3 . I have major concerns about RAM. I want to avoid using using pandas. What do u think is the best way to do that.thankyou. |
Beta Was this translation helpful? Give feedback.
Answered by
JovanVeljanoski
Feb 12, 2022
Replies: 1 comment 3 replies
-
Hi. What is your problem exactly? Vaex should help you do what you need without much memory concerns, as it can lazy load parquet files. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Hasham04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. What is your problem exactly? Vaex should help you do what you need without much memory concerns, as it can lazy load parquet files.