dataframe-core: Core data structures for the dataframe library.
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.
Modules
[Index] [Quick Jump]
- DataFrame
- DataFrame.Core
- Display
- DataFrame.Errors
- Expression
- Internal
- Typed
Downloads
- dataframe-core-2.5.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.2.0, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.1.0.4, 2.0.0.0, 2.1.0.0, 2.1.1.0, 2.1.1.1, 2.1.1.2, 2.2.0.0, 2.3.0.0, 2.4.0.0, 2.5.0.0, 2.5.0.1, 2.5.0.2 |
|---|---|
| Dependencies | base (>=4 && <5), containers (>=0.6.7 && <0.10), primitive (>=0.7 && <0.11), random (>=1 && <2), text (>=2.1 && <3), vector (>=0.13 && <0.15) [details] |
| Tested with | ghc ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 |
| License | MIT |
| Copyright | (c) 2024-2026 Michael Chavinda |
| Author | Michael Chavinda |
| Maintainer | mschavinda@gmail.com |
| Uploaded | by mchav at 2026-09-16T17:16:10Z |
| Category | Data |
| Bug tracker | https://github.com/mchav/dataframe/issues |
| Distributions | Stackage:2.5.0.1 |
| Reverse Dependencies | 28 direct, 2 indirect [details] |
| Downloads | 203 total (73 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |