🍾 Xarray is now 10 years old! 🎉

xarray.DataArray.nbytes

Contents

xarray.DataArray.nbytes#

property DataArray.nbytes#

Total bytes consumed by the elements of this DataArray’s data.

If the underlying data array does not include nbytes, estimates the bytes consumed based on the size and dtype.