dask.array.Array.shuffle
dask.array.Array.shuffle¶
- Array.shuffle(indexer: list[list[int]], axis: int, chunks: Literal['auto'] = 'auto')[source]¶
Reorders one dimensions of a Dask Array based on an indexer.
Refer to
dask.array.shuffle()
for full documentation.See also
dask.array.shuffle
equivalent function