🍾 Xarray is now 10 years old! 🎉

xarray.NamedArray.chunksizes

xarray.NamedArray.chunksizes#

property NamedArray.chunksizes#

Mapping from dimension names to block lengths for this namedArray’s data, or None if the underlying data is not a dask array. Cannot be modified directly, but can be modified by calling .chunk().

Differs from NamedArray.chunks because it returns a mapping of dimensions to chunk shapes instead of a tuple of chunk shapes.

See also

NamedArray.chunk, NamedArray.chunks, xarray.unify_chunks