dataframe-parquet

Parquet reader and writer for the dataframe ecosystem.

Stackage Nightly 2026-06-28:1.1.0.1
Latest on Hackage:1.1.0.1

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.1.0.1@sha256:ba58a21af77e7acc4f7ded8725e7ea92e88fdad184b2e7254e3d48dfe9dd450b,2755

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.