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

Method copy

xarray/core/groupby.py:239–240  ·  view source on GitHub ↗
(self, deep: bool = True, data: Any = None)

Source from the content-addressed store, hash-verified

237 return pd.Index(np.arange(self.size))
238
239 def copy(self, deep: bool = True, data: Any = None):
240 raise NotImplementedError
241
242 def to_dataarray(self) -> DataArray:
243 from xarray.core.dataarray import DataArray

Callers 2

_resolve_groupFunction · 0.45
factorizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected