dataframe-operations

Column operations, expression DSL, and statistics for the dataframe ecosystem.

Stackage Nightly 2026-05-27:1.0.1.1
Latest on Hackage:1.0.1.1

See all snapshots dataframe-operations appears in

MIT licensed by Michael Chavinda
Maintained by [email protected]
This version can be pinned in stack with:dataframe-operations-1.0.1.1@sha256:51ca295260958a88e73ca793b0d5f91593689fbed96f1c9a4b1a1c53982e937d,2691

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.