dataframe-parsing

Shared text/binary parsing helpers for the dataframe ecosystem.

Version on this page:2.1.1.0
Stackage Nightly 2026-09-01:2.2.0.0@rev:3
Latest on Hackage:2.2.0.0@rev:3

See all snapshots dataframe-parsing appears in

MIT licensed by Michael Chavinda
Maintained by [email protected]
This version can be pinned in stack with:dataframe-parsing-2.1.1.0@sha256:677b097ae0c5694f5ae97e483cb11c9f6fae368b9bd7acae7f3ce9d7599f4c30,3330

Module documentation for 2.1.1.0

Parsing primitives used by the dataframe family: CSV-friendly text parsing (DataFrame.Internal.Parsing), low-level binary decoding helpers (DataFrame.Internal.Binary), and the runtime schema tag (DataFrame.Internal.Schema). Kept in a small dedicated package so dataframe-csv, dataframe-parquet, and dataframe-operations can share these without depending on each other.