Aggregate
Last updated
Last updated
Groups rows by the group_by items applying aggregations functions for the resulting group and selected columns
Name | Type | Description | Is Optional |
---|---|---|---|
group_by | column_list | Columns to group by | |
aggregations | agg_dict | Aggregations to apply for other columns. Dict keys are column names, and values are a list of aggegations to apply for that column. |