dask.array.Array.repeat
dask.array.Array.repeat¶
- Array.repeat(repeats, axis=None)[source]¶
This docstring was copied from numpy.ndarray.repeat.
Some inconsistencies with the Dask version may exist.
Repeat elements of an array.
Refer to numpy.repeat for full documentation.
See also
numpy.repeat
equivalent function