@hackage dataframe-parquet1.4.0.0
Parquet reader and writer for the dataframe ecosystem.
Installation
Tested Compilers
Dependencies (16)
- Glob >=0.10 && <1
- base >=4 && <5
- bytestring >=0.11 && <0.14
- containers >=0.6.7 && <0.10
- dataframe-core >=2.1 && <2.2
- dataframe-operations >=2.1 && <2.2 Show all…
Dependents (3)
@hackage/dataframe, @hackage/dataframe-lazy, @hackage/dataframe-parquet-th
DataFrame.IO.Parquet — pure-Haskell Parquet 2.0 reader and writer
(with snappy, zstd, gzip codecs, dictionary decoding, nested
list/repeated columns, and predicate pushdown).
Heavy package — pulls in pinch and compression codecs.
Reading directly from HuggingFace (hf://) datasets lives in the
separate dataframe-huggingface package. Most users want
dataframe-csv instead unless they specifically need Parquet.