You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ssing aggregations and ability to aggregate on a list column names
This PR (closesBears-R-Us#2749 and closesBears-R-Us#1166) add missing aggregations to dataframe groupby and add ability to aggregate on a list of column names.
…nd ability to aggregate on a list column names (#2751)
This PR (closes#2749 and closes#1166) add missing aggregations to dataframe groupby and add ability to aggregate on a list of column names.
Co-authored-by: Pierce Hayes <[email protected]>
Extend dataframe groubpy aggregations to accept lists of column names. Leaving this empty will apply the aggregation to all columns
The text was updated successfully, but these errors were encountered: