Mapping of :py:class:`~xarray.DataArray` objects corresponding to coordinate variables. See Also -------- Coordinates
(self)
| 1794 | |
| 1795 | @property |
| 1796 | def coords(self) -> DatasetCoordinates: |
| 1797 | """Mapping of :py:class:`~xarray.DataArray` objects corresponding to |
| 1798 | coordinate variables. |
| 1799 | |
| 1800 | See Also |
| 1801 | -------- |
| 1802 | Coordinates |
| 1803 | """ |
| 1804 | return DatasetCoordinates(self) |
| 1805 | |
| 1806 | @property |
| 1807 | def data_vars(self) -> DataVariables: |