-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
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
Add load from parquet #591
Comments
So I currently support loading parquet files programmatically using I'll also add the ability to export your data to parquet files. Currently you can only do CSV or TSV. |
Thanks @aschonfeld, will try out the API and see how it performs. |
aschonfeld
added a commit
that referenced
this issue
Oct 31, 2021
aschonfeld
added a commit
that referenced
this issue
Oct 31, 2021
aschonfeld
added a commit
that referenced
this issue
Oct 31, 2021
aschonfeld
added a commit
that referenced
this issue
Oct 31, 2021
aschonfeld
added a commit
that referenced
this issue
Oct 31, 2021
Added in v1.60.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
pandas
natively supports loading parquet files. This is orders of magnitude faster, getting more improvement as file size and column counts grow. Can this be added as a new feature?thx
The text was updated successfully, but these errors were encountered: