@hackage Frames0.3.0
Data frames For working with tabular data files
Installation
Tested Compilers
Dependencies (15)
- base >=4.8 && <4.11
- ghc-prim >=0.3 && <0.6
- pipes >=4.1 && <5
- pipes-bytestring >=2.1.6 && <2.2
- pipes-group >=1.0.8 && <1.1
- pipes-parse >=3.0 && <3.1 Show all…
Dependents (12)
@hackage/Frames-streamly, @hackage/mptcp, @hackage/composite-opaleye, @hackage/hgeometry, @hackage/composite-aeson, @hackage/composite-base, Show all…
Package Flags
demos
(off by default)
Build demonstration programs
User-friendly, type safe, runtime efficient tooling for working with tabular data deserialized from comma-separated values (CSV) files. The type of each row of data is inferred from data, which can then be streamed from disk, or worked with in memory.