Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ENH: Add reverse argument to ufunc.accumulate, cumsum, nancumsum, cumprod, nancumprod #29144

Open
@carlosgmartin

Description

@carlosgmartin

Proposed new feature or change:

Mailing list post

Add a reverse argument to accumulating functions that, when true, causes the accumulation to be performed in reverse. Examples:

Currently, this can be done via two flips, before and after the operation. But it might be more efficient to do it directly at the low level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions