dask.array.Array.cumsum — Dask documentation (original) (raw)
Toggle navigation sidebar
Getting Started
How to Use
Internals
Reference
- API Reference
- Command Line Interface
- Development Guidelines
- Changelog
- Configuration
- How To…
- Talks & Tutorials
- Maintainer Guidelines
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.