@hackage / dataframe-parquet

Parquet reader and writer for the dataframe ecosystem.

1.1.0.0

About

Metadata

  • Last updated , by mchav
  • License MIT
  • Maintained by: mschavinda@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.3
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8

Readme

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, streamly, 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.