dataframe-core

Core data structures for the dataframe library.

Stackage Nightly 2026-05-15:1.0.1.0
Latest on Hackage:1.0.1.0

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-1.0.1.0@sha256:08391593549af9590aee689d1b1ac7ed5b0d6bb365e9f74a5bd1ff41822694d1,2427

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.