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

Method _flox_scan

xarray/core/_aggregations.py:6813–6822  ·  view source on GitHub ↗
(
        self,
        dim: Dims,
        *,
        func: str,
        skipna: bool | None = None,
        keep_attrs: bool | None = None,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

6811 raise NotImplementedError()
6812
6813 def _flox_scan(
6814 self,
6815 dim: Dims,
6816 *,
6817 func: str,
6818 skipna: bool | None = None,
6819 keep_attrs: bool | None = None,
6820 **kwargs: Any,
6821 ) -> DataArray:
6822 raise NotImplementedError()
6823
6824 def count(
6825 self,

Callers 1

cumsumMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected