xarray.Dataset.nbytes#

property Dataset.nbytes#

Total bytes consumed by the data arrays of all variables in this dataset.

If the backend array for any variable does not include nbytes, estimates the total bytes for that array based on the size and dtype.