🍾 Xarray is now 10 years old! 🎉

xarray.NamedArray.nbytes

xarray.NamedArray.nbytes#

property NamedArray.nbytes#

Total bytes consumed by the elements of the data array.

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