xarray.Dataset.chunksizes#
- property Dataset.chunksizes#
Mapping from dimension names to block lengths for this dataset’s data, or None if the underlying data is not a dask array. Cannot be modified directly, but can be modified by calling .chunk().
Same as Dataset.chunks.
See also