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 #322

Open
Dogfalo opened this issue Jun 30, 2021 · 0 comments
Open

Support parquet file format #322

Dogfalo opened this issue Jun 30, 2021 · 0 comments
Labels
enhancement New feature or request

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

@Dogfalo Dogfalo added the enhancement New feature or request label Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant