Frames

Data frames For working with tabular data files

Version on this page:0.1.4
LTS Haskell 22.17:0.7.4.2
Stackage Nightly 2024-04-14:0.7.4.2
Latest on Hackage:0.7.4.2

See all snapshots Frames appears in

BSD-3-Clause licensed by Anthony Cowley
Maintained by [email protected]
This version can be pinned in stack with:Frames-0.1.4@sha256:596e6ab9ec7c415834c7b1efcacf7bb611e4ae9dc977848b7fc82df7546ae570,5941

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.

Changes

0.1.4

Use microlens instead of lens-family-core for demos.

0.1.3

GHC-8.0.1 compatibility

0.1.2.1

Improved documentation based on suggestions by Alexander Kjeldaas

0.1.2

Fixed bug in Monoid instance of Frame (@dalejordan)

0.1.1.0

Added frameConsA, frameSnoc, and RecordColumns to help with changing row types.

0.1.0.0

Initial version pushed to hackage.