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

Method xindexes

xarray/core/dataarray.py:985–989  ·  view source on GitHub ↗

Mapping of :py:class:`~xarray.indexes.Index` objects used for label based indexing.

(self)

Source from the content-addressed store, hash-verified

983
984 @property
985 def xindexes(self) -> Indexes[Index]:
986 """Mapping of :py:class:`~xarray.indexes.Index` objects
987 used for label based indexing.
988 """
989 return Indexes(self._indexes, {k: self._coords[k] for k in self._indexes})
990
991 @property
992 def coords(self) -> DataArrayCoordinates:

Callers

nothing calls this directly

Calls 1

IndexesClass · 0.90

Tested by

no test coverage detected