Frames-0.2.1.1: Data frames For working with tabular data files

Safe HaskellNone
LanguageHaskell2010

Frames

Description

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.

Synopsis

Documentation

module Data.Vinyl

module Frames.Col

module Frames.CSV

module Frames.Rec

data Text :: * #

A space efficient, packed, unboxed Unicode text type.

Instances