arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Extend to accept multiple aggregations as a dictionary

Open ajpotts opened this issue 1 year ago • 1 comments

e.g. {col1: agg1, col2: [agg2a, agg2b], ...}. See pandas usage. Only valid with df.groupby() result.

ajpotts avatar Jun 13 '24 22:06 ajpotts

To do this ticket properly it really requires MultiIndex API to match pandas better https://github.com/Bears-R-Us/arkouda/issues/3224 and also we need the dataframe columns property to handle the MultiIndex case.

ajpotts avatar Jun 14 '24 14:06 ajpotts