zcollection.variable.delayed_array.DelayedArray.compute#

DelayedArray.compute(**kwargs)[source]#

Return the variable data as a numpy array.

Note

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

Parameters:

**kwargs – Keyword arguments passed to dask.array.Array.compute().

Return type:

NDArray | NDMaskedArray