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

Support parquet file format #28

Open
Dogfalo opened this issue Jun 30, 2021 · 1 comment
Open

Support parquet file format #28

Dogfalo opened this issue Jun 30, 2021 · 1 comment

Comments

@Dogfalo
Copy link

Dogfalo commented Jun 30, 2021

Describe the new feature being added
It would be good if this can support parquet files since they can be loaded and saved much faster than CSV files. This is more apparent as the size of the file begins to grow. source

How will this feature improve this extension
I think this is an even better use case for what has been built. Although it is useful to edit CSV's, the native jupyterlab editor can do that. Since the parquet format is not human readable, it is not possible currently for a user to modify that without loading it into pandas and then resaving it.

Additional context
Utilize existing library: https://github.com/ironSource/parquetjs

@krassowski
Copy link
Collaborator

Would you like it to be read-only, or editable?

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