@hackage dataframe-operations1.0.0.0
Column operations, expression DSL, and statistics for the dataframe ecosystem.
Installation
Tested Compilers
Dependencies (14)
- base >=4 && <5
- bytestring >=0.11 && <0.13
- containers >=0.6.7 && <0.9
- dataframe-core ^>=1.0
- dataframe-parsing ^>=1.0
- deepseq >=1 && <2 Show all…
Dependents (12)
@hackage/dataframe, @hackage/dataframe-hasktorch, @hackage/dataframe-csv, @hackage/dataframe-fastcsv, @hackage/dataframe-persistent, @hackage/dataframe-lazy, Show all…
Untyped column operations (select, filter, sort, join, groupBy,
aggregate, etc.), the expression DSL (DataFrame.Functions and
DataFrame.Monad), basic statistics, and the typed wrapper layer
(DataFrame.Typed.{Access,Operations,Join,Aggregate,Expr}). Built
on top of dataframe-core and dataframe-parsing; pulled in by
every higher-level dataframe satellite.