dynocsv icon indicating copy to clipboard operation
dynocsv copied to clipboard

Introduce aggregation functions with the group by

Open zshamrock opened this issue 5 years ago • 0 comments

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.

zshamrock avatar Feb 04 '20 19:02 zshamrock