@hackage / dataframe-core

Core data structures for the dataframe library.

1.1.0.0

About

Metadata

  • Last updated , by mchav
  • License MIT
  • Maintained by: mschavinda@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.3
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8

Readme

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.