Skip to content

applying multiple reductions to the same groups #194

Closed as not planned
Closed as not planned
@keewis

Description

@keewis

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions