gristlabs / grist-core

Grist is the evolution of spreadsheets.
https://www.getgrist.com/
Apache License 2.0
7.04k stars 311 forks source link

Add parquet format #1160

Open peauc opened 1 month ago

peauc commented 1 month ago

Describe the problem to be solved

As of today in grist there are a few supported import/export formats as per this document Adding parquet would be great as it is becoming prevalent in the ML community and has great performances in compression as well as predictable data types.

Describe the solution you would like

Adding parquet as a supported import/export format

simonaubertbd commented 1 month ago

+1 here, parquet becomes de facto the standard file format in the data analysis, from Hadoop to ML.

Best regards,

Simon