dask_awkward.to_dask_array#
- dask_awkward.to_dask_array(array, *, dtype=None, optimize_graph=True)[source]#
Convert Array collection to a
dask.array.Array
collection.This conversion requires the awkward array to have a rectilinear shape (that is, no lists of variable length lists).
- Parameters:
- Returns:
The new
dask.array.Array
collection.- Return type: