-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Open
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancement
Description
Currently, there's
DataFrame.update(other, join='left', overwrite=True, filter_func=None, raise_conflict=False)
and
Series.update(other)
I think Series should have the same keywords/capabilities, and ideally share the implementation, probably in generic.py
. Relevant also in light of #22286 and #21855.
Metadata
Metadata
Assignees
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancement