8000 ENH: Allow inplace arithmetic operations · Issue #5104 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content
ENH: Allow inplace arithmetic operations #5104
@jtratner

Description

@jtratner

In current master (and before the initial arithmetic refactor), __iadd__ doesn't do anything, it's just a synonym for __add__ (or not defined). (just for reference, v0.12.0 had __iadd__ = __add__ on Series and no __add__ defined on DataFrame). It would be great to support in place ops on += and friends. Is this possible to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    InternalsRelated to non-user accessible pandas implementationNumeric OperationsArithmetic, Comparison, and Logical operations

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0