🍾 Xarray is now 10 years old! 🎉

xarray.DataArray.dims

Contents

xarray.DataArray.dims#

property DataArray.dims#

Tuple of dimension names associated with this array.

Note that the type of this property is inconsistent with Dataset.dims. See Dataset.sizes and DataArray.sizes for consistently named properties.