@hackage dataframe-th2.1.0.0
Record-based Template Haskell splices for the dataframe ecosystem.
Categories
License
MIT
Maintainer
mschavinda@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Tested Compilers
Dependencies (8)
- base >=4 && <5
- containers >=0.6.7 && <0.10
- dataframe-core >=2.1 && <2.2
- dataframe-operations >=2.1 && <2.2
- dataframe-parsing >=2.1 && <2.2
- template-haskell >=2.0 && <3 Show all…
Dependents (3)
@hackage/dataframe, @hackage/dataframe-parquet-th, @hackage/dataframe-csv-th
The IO-agnostic part of the dataframe TH machinery — splices that
read schemas from Haskell record types, not from files. File-based
splices live in dataframe-csv-th and dataframe-parquet-th.