Skip to content

Backport PR #51530 on branch 2.0.x (CLN: Fix up link in docs) #51531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/getting_started/comparison/includes/copies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ or overwrite the original one:
most methods (e.g. ``dropna``) except for a very small subset of methods
(including ``replace``). Both keywords won't be
necessary anymore in the context of Copy-on-Write. The proposal can be found
[here](https://github.com/pandas-dev/pandas/pull/51466).
`here <https://github.com/pandas-dev/pandas/pull/51466>`_.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ Other API changes

A current PDEP proposes the deprecation and removal of the keywords ``inplace`` and ``copy``
for all but a small subset of methods from the pandas API. The current discussion takes place
at [here](https://github.com/pandas-dev/pandas/pull/51466). The keywords won't be necessary
at `here <https://github.com/pandas-dev/pandas/pull/51466>`_. The keywords won't be necessary
anymore in the context of Copy-on-Write. If this proposal is accepted, both
keywords would be deprecated in the next release of pandas and removed in pandas 3.0.

Expand Down