Aggregate
Groups rows by the group_by items applying aggregations functions for the resulting group and selected columns
Parameters
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.
Example
Source Code
Last updated
Was this helpful?