zcollection.variable.delayed_array.DelayedArray.data#

property DelayedArray.data: Array#

Return the underlying 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()