xarray.DataArray.chunksizes#
- property DataArray.chunksizes#
Mapping from dimension names to block lengths for this dataarray’s data.
If this dataarray does not contain chunked arrays, the mapping will be empty.
Cannot be modified directly, but can be modified by calling .chunk().
Differs from DataArray.chunks because it returns a mapping of dimensions to chunk shapes instead of a tuple of chunk shapes.
See also