dask.array.Array.cumsum
dask.array.Array.cumsum¶
- Array.cumsum(axis, dtype=None, out=None, *, method='sequential')[source]¶
Return the cumulative sum of the elements along the given axis.
Refer to
dask.array.cumsum()
for full documentation.See also
dask.array.cumsum
equivalent function