API/DEPR: Deprecate inplace parameter (original) (raw)

The parameter inplace=False should be deprecated across the board in preparation for pandas 2, which will not support that input (we will always return a copy). That would give people time to stop using it.

Thoughts?

Methods using inplace:

Deprecation non controvertial (a copy will be made anyway, and inplace=True does not add value):

Not sure:

Should be able to not copy memory (under discussion on what to do):

Special cases: