orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Read and Write Apache Parquet

Open simonaubertbd opened this issue 1 year ago • 5 comments

What's your use case? Apache Parquet ( https://parquet.apache.org/ ) becomes more and more popular and I think it's like a standard now in the data community, this is no more restricted to Hadoop People. Qlik supports it, Alteryx will support it in the next release, even LibreOffice is working on it, etc, etc. Why? -opensource format -fast

What's your proposed solution? To have Orange Data Mining support Apache Parquet files for read and write.

Are there any alternative solutions? To convert parquet files before but seems useless

simonaubertbd avatar Jan 09 '24 08:01 simonaubertbd

Makes sense indeed. Orange lacks a robust and fast file format.

When I need fast reading, I resort to picked tables, but a robust format like that would be a big improvement.

markotoplak avatar Jan 09 '24 08:01 markotoplak