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.
Downloads
- dataframe-core-1.0.1.0.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 |
|---|---|
| Dependencies | base (>=4 && <5), containers (>=0.6.7 && <0.9), random (>=1 && <2), text (>=2.0 && <3), vector (>=0.13 && <0.14) [details] |
| Tested with | ghc ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 |
| License | MIT |
| Copyright | (c) 2024-2025 Michael Chavinda |
| Author | Michael Chavinda |
| Maintainer | mschavinda@gmail.com |
| Uploaded | by mchav at 2026-05-14T23:32:10Z |
| Category | Data |
| Bug tracker | https://github.com/mchav/dataframe/issues |
| Distributions | |
| Reverse Dependencies | 12 direct, 5 indirect [details] |
| Downloads | 3 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-05-15 [all 1 reports] |