| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.compute.cumulative_max.html | [Back] [Original] |
Section Navigation
Compute the cumulative max over a numeric input.
values must be numeric. Return an array/chunked array which is the cumulative max computed over values. The default start is the minimum value of input type (so that any other value will replace the start as the new maximum).
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 |