Aggregates a grouping by returning the number of rows for each key
a Map of key => count
Aggregates the grouping by returning the first row for each key
A Table of the aggregated output
Aggregates the grouping by returning the last row for each key
A Table of the aggregated output
Generated using TypeDoc
A companion for the Table data structure when working with grouped data.