This is documentation for an old release of SciPy (version 1.8.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.io.netcdf_variable.itemsize#

netcdf_variable.itemsize()[source]#

Return the itemsize of the variable.

Returns
itemsizeint

The element size of the variable (e.g., 8 for float64).