Apply multiple functions to multiple groupby columns
The docs show how to apply multiple functions on a groupby object at a time using a dict with the output column names as the keys:
The docs show how to apply multiple functions on a groupby object at a time using a dict with the output column names as the keys:
FutureWarning: using a dict on a Series for aggregation is deprecated and will be removed in a future version