dataframe-parquet

Parquet reader and writer for the dataframe ecosystem.

Stackage Nightly 2026-07-24:1.3.0.0
Latest on Hackage:1.3.0.0

See all snapshots dataframe-parquet appears in

MIT licensed by Michael Chavinda
Maintained by [email protected]
This version can be pinned in stack with:dataframe-parquet-1.3.0.0@sha256:0432356424d905a3767284e5f627b65a782850ba7b5b4b35b02262cf9d4354c4,2900

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.