gristlabs / grist-core

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

Add parquet format #1160

Open peauc opened 3 months ago

peauc commented 3 months 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 3 months ago

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

Best regards,

Simon