Data.CSV.Table.Ops

Core Operators

join

joinBy

Join using default row for missing keys

padJoin

padJoinBy

Difference of two tables

diff

diffBy

Index a table by a key

index

indexBy

Order by the values of a particular column

sortBy

Restrict table to a subset of columns

project

project1

Move a column to first (leftmost) position

moveColL

Map a function over all rows

mapRows