dataframe-core

Core data structures for the dataframe library.

Stackage Nightly 2026-09-18:2.5.0.2
Latest on Hackage:2.5.0.2

See all snapshots dataframe-core appears in

MIT licensed by Michael Chavinda
Maintained by [email protected]
This version can be pinned in stack with:dataframe-core-2.5.0.2@sha256:2692a2a4c768f7a5b669862321374d3b38f435b291287e3986dc878da1f1eeef,4530

Module documentation for 2.5.0.2

Minimal interchange-format types for the dataframe ecosystem: Column, DataFrame, Bitmap, the untyped expression/interpreter, and the typed-schema phantom layer. Contains no Template Haskell and no file I/O. Lightweight dependency footprint (base, vector, containers, time, random, bytestring, text) so other packages can exchange dataframes by-value without pulling in the full dataframe package.