zcollection.variable.array.Array.data#

property Array.data: Array#

Return the numpy array wrapped in a dask array. If the variable has a fill value, the result is a masked array where masked values are equal to the fill value.

Returns:

The dask array

See also

Variable.array()