We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am wondering if there is a way to filter and read Parquet datasets in Julia. https://arrow.apache.org/blog/2021/12/03/arrow-duckdb/
For example, it would be great to have a written example of the following query from pyarrow translated into Julia.
pyarrow
import pyarrow.dataset as ds dataset = ds.dataset(base / "parquet_dataset", format="parquet") dataset.to_table(filter=ds.field('a') >= 7).to_pandas()
https://arrow.apache.org/docs/python/dataset.html#filtering-data
I am hardly familiar with Julia and apologize if this is not the right place to post this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am wondering if there is a way to filter and read Parquet datasets in Julia.
https://arrow.apache.org/blog/2021/12/03/arrow-duckdb/
For example, it would be great to have a written example of the following query from
pyarrow
translated into Julia.https://arrow.apache.org/docs/python/dataset.html#filtering-data
I am hardly familiar with Julia and apologize if this is not the right place to post this.
The text was updated successfully, but these errors were encountered: