dynocsv
dynocsv copied to clipboard
Introduce aggregation functions with the group by
i.e.
--group-by <attribute name>
and (just the draft right now)
--aggr=<function>(<attribute name>)
ex.:: --aggr=sum(Passes)
.
Obviously could be multiple aggregated attributes.