zcollection.variable.abc.IVariable.data#

abstract property IVariable.data: Array#

Return the values as a dask array where values equal to the fill value are masked. If no fill value is set, the returned array is the same as the underlying array.

Returns:

The dask array

See also

Variable.array()