dask.array.Array.reshape

dask.array.Array.reshape

Array.reshape(*shape, merge_chunks=True, limit=None)[source]

Reshape array to new shape

Refer to dask.array.reshape() for full documentation.

See also

dask.array.reshape

equivalent function