Skip to content

ENH: unify signature for df.update and Series.update #22358

Open
@h-vetinari

Description

@h-vetinari

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions