DEPR: Deprecate method argument of reindex_like (original) (raw)

Feature Type

Problem Description

There is a bug report of this in #34547 The current behavior of the method seems to work closer to DataFrame.update (whether intentional or not). Rather than try and fix I think it would be better to remove the parameter and have users call .fillna() or .update() to get the intended result

Feature Description

Deprecate

Alternative Solutions

N/A

Additional Context

No response