dataframe-core

Core data structures for the dataframe library.

Stackage Nightly 2026-08-30:2.5.0.1
Latest on Hackage:2.5.0.1

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.1@sha256:42f8b31bf517a70f1991af9cbbbc8a8112ee771fd1e6a4f77ae1df2a3c555315,4530

Module documentation for 2.5.0.1

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.