Bears-R-Us / arkouda

Arkouda (αρκούδα): Interactive Data Analytics at Supercomputing Scale :bear:
Other
245 stars 89 forks source link

Extend to accept multiple aggregations as a dictionary #3328

Open ajpotts opened 5 months ago

ajpotts commented 5 months ago

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

ajpotts commented 4 months ago

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.