@hackage dataframe-core1.0.0.0
Core data structures for the dataframe library.
Installation
Tested Compilers
Dependencies (7)
- base >=4 && <5
- bytestring >=0.11 && <0.13
- containers >=0.6.7 && <0.9
- random >=1 && <2
- text >=2.0 && <3
- time >=1.12 && <2 Show all…
Dependents (16)
@hackage/dataframe, @hackage/dataframe-hasktorch, @hackage/dataframe-csv, @hackage/dataframe-parsing, @hackage/dataframe-fastcsv, @hackage/dataframe-persistent, Show all…
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.