Replies: 2 comments 1 reply
-
Hi, We're using the arrow dataset API, where we iterate over the fragments, and request the data using cheers, Maarten |
Beta Was this translation helpful? Give feedback.
1 reply
-
Cool, let me know if you need some pointers to use fastparquet from vaex. Also, for high bandwidth communication feel free to hop on slack (see link in main README.md) |
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
-
Hi,
I have been trying to see how/where vaex reads parquet file in its sources.
I have found out that it seems to be located in
vaex/packages/vaex-core/vaex/arrow/dataset.py
In
pyarrow.parquet
, the method to read parquet files isread_table()
.So i have been tryin gto Ctrl-F
read_table
, but I could not fin any call to this method.Please, where/how in the source is vaex reading parquet file?
Thanks for your help.
Have a good day,
Bests,
Beta Was this translation helpful? Give feedback.
All reactions