@hackage dataframe-csv2.2.0.0
CSV reader and writer for the dataframe ecosystem.
Installation
Tested Compilers
Dependencies (9)
- base >=4 && <5
- bytestring >=0.11 && <0.14
- containers >=0.6.7 && <0.10
- dataframe-core >=2.1 && <2.2
- dataframe-operations >=2.1 && <2.2
- dataframe-parsing >=2.1 && <2.2 Show all…
Dependents (5)
@hackage/dataframe, @hackage/dataframe-fastcsv, @hackage/dataframe-lazy, @hackage/dataframe-learn, @hackage/dataframe-csv-th
DataFrame.IO.CSV — strict single-pass CSV read/write (pure
Haskell RFC 4180 scanner). Plus DataFrame.IO.Internal.MutableColumn,
the mutable-column ingest helpers shared by the lazy CSV reader.