-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
InternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations
Milestone
Description
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
Labels
InternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations