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
pygscatalog/pgscatalog.match/src/pgscatalog/match/lib/_arrow.py
Lines 6 to 21 in e88b41f
We used to parse CSV files with polars and save IPC files, it's super fast 🚀
Streaming pyarrow batches is terribly slow in comparison (when working on UK Biobank). I think i was worried about memory usage when I wrote this.
This might also drop the pyarrow dependency in pgscatalog.core
pgscatalog.core
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
pygscatalog/pgscatalog.match/src/pgscatalog/match/lib/_arrow.py
Lines 6 to 21 in e88b41f
We used to parse CSV files with polars and save IPC files, it's super fast 🚀
Streaming pyarrow batches is terribly slow in comparison (when working on UK Biobank). I think i was worried about memory usage when I wrote this.
This might also drop the pyarrow dependency in
pgscatalog.core
The text was updated successfully, but these errors were encountered: