zcollection.variable.abc.IVariable.values#

abstract property IVariable.values: NDArray | NDMaskedArray#

Return the variable values.

Note

If the variable has a fill value, the result is a masked array where masked values are equal to the fill value.

Returns:

The variable data