Open ajpotts opened 5 months ago
e.g. {col1: agg1, col2: [agg2a, agg2b], ...}. See pandas usage. Only valid with df.groupby() result.
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.
e.g. {col1: agg1, col2: [agg2a, agg2b], ...}. See pandas usage. Only valid with df.groupby() result.