Closed as not planned
Description
I'm frequently trying to apply multiple reductions to the same groups (e.g. mean
, count
, min
, max
), and I wonder if there's any way we can get the API to support that use case? I don't understand the algorithm enough to be able to tell if that would be possible to implement in the algorithm, or if we'd basically add a wrapper that would do a new groupby per reduction.
I guess what I'm hoping for is for GroupBy
objects to have something similar to pandas
' .agg
method.
Edit: not sure if that would be better to reraise on the xarray
issue tracker?