(self, deep: bool = True, data: Any = None)
| 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 |
no outgoing calls
no test coverage detected