MCPcopy Create free account
hub / github.com/pydata/xarray / _flox_reduce

Method _flox_reduce

xarray/core/_aggregations.py:6806–6811  ·  view source on GitHub ↗
(
        self,
        dim: Dims,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

6804 raise NotImplementedError()
6805
6806 def _flox_reduce(
6807 self,
6808 dim: Dims,
6809 **kwargs: Any,
6810 ) -> DataArray:
6811 raise NotImplementedError()
6812
6813 def _flox_scan(
6814 self,

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected