| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.compute.cumulative_sum.html | [Back] [Original] |
Section Navigation
Compute the cumulative sum over a numeric input.
values must be numeric. Return an array/chunked array which is the cumulative sum computed over values. Results will wrap around on integer overflow. Use function cumulative_sum_checked if you want overflow to return an error. The default start is 0.
Argument to compute function.
Scalar, default NoneStarting value for the cumulative operation. If none is given, a default value depending on the operation and input type is used.
FalseWhen false, the first encountered null is propagated.
pyarrow.compute.CumulativeOptions, optionalAlternative way of passing options.
pyarrow.MemoryPool, optionalIf not passed, will allocate memory from the default memory pool.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |