MCPcopy Index your code
hub / github.com/pydata/xarray / reduce

Method reduce

xarray/core/_aggregations.py:3706–3716  ·  view source on GitHub ↗
(
        self,
        func: Callable[..., Any],
        dim: Dims = None,
        *,
        axis: int | Sequence[int] | None = None,
        keep_attrs: bool | None = None,
        keepdims: bool = False,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

3704 _obj: Dataset
3705
3706 def reduce(
3707 self,
3708 func: Callable[..., Any],
3709 dim: Dims = None,
3710 *,
3711 axis: int | Sequence[int] | None = None,
3712 keep_attrs: bool | None = None,
3713 keepdims: bool = False,
3714 **kwargs: Any,
3715 ) -> Dataset:
3716 raise NotImplementedError()
3717
3718 def _flox_reduce(
3719 self,

Callers 13

countMethod · 0.95
allMethod · 0.95
anyMethod · 0.95
maxMethod · 0.95
minMethod · 0.95
meanMethod · 0.95
prodMethod · 0.95
sumMethod · 0.95
stdMethod · 0.95
varMethod · 0.95
medianMethod · 0.95
cumsumMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected