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

Method to_array

xarray/core/groupby.py:249–251  ·  view source on GitHub ↗

Deprecated version of to_dataarray.

(self)

Source from the content-addressed store, hash-verified

247 )
248
249 def to_array(self) -> DataArray:
250 """Deprecated version of to_dataarray."""
251 return self.to_dataarray()
252
253
254T_Group = Union["T_DataArray", _DummyGroup]

Callers

nothing calls this directly

Calls 1

to_dataarrayMethod · 0.95

Tested by

no test coverage detected