@hackage dataframe-operations2.1.0.0
Column operations, expression DSL, and statistics for the dataframe ecosystem.
Installation
Tested Compilers
Dependencies (11)
- base >=4 && <5
- bytestring >=0.11 && <0.14
- containers >=0.6.7 && <0.10
- dataframe-core >=2.1 && <2.2
- dataframe-parsing >=2.1 && <2.2
- random >=1.2 && <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.