Skip to content
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

Closed
info-rchitect opened this issue Oct 26, 2021 · 3 comments
Closed

Add load from parquet #591

info-rchitect opened this issue Oct 26, 2021 · 3 comments

Comments

@info-rchitect
Copy link

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

@aschonfeld
Copy link
Collaborator

So I currently support loading parquet files programmatically using dtale.show_parquet(path=...) but I will work adding the ability to load parquet files using the "Load Data" popup in the UI.

I'll also add the ability to export your data to parquet files. Currently you can only do CSV or TSV.

@info-rchitect
Copy link
Author

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
@aschonfeld
Copy link
Collaborator

Added in v1.60.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants