jupyterlab-spreadsheet-editor icon indicating copy to clipboard operation
jupyterlab-spreadsheet-editor copied to clipboard

Support parquet file format

Open Dogfalo opened this issue 4 years ago • 1 comments
trafficstars

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 avatar Jun 30 '21 23:06 Dogfalo

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

krassowski avatar Jul 01 '21 11:07 krassowski