File tree 2 files changed +2
-2
lines changed
getting_started/comparison/includes
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ or overwrite the original one:
25
25
most methods (e.g. ``dropna ``) except for a very small subset of methods
26
26
(including ``replace ``). Both keywords won't be
27
27
necessary anymore in the context of Copy-on-Write. The proposal can be found
28
- [ here]( https://github.com/pandas-dev/pandas/pull/51466) .
28
+ ` here < https://github.com/pandas-dev/pandas/pull/51466 >`_ .
Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ Other API changes
820
820
821
821
A current PDEP proposes the deprecation and removal of the keywords ``inplace `` and ``copy ``
822
822
for all but a small subset of methods from the pandas API. The current discussion takes place
823
- at [ here]( https://github.com/pandas-dev/pandas/pull/51466) . The keywords won't be necessary
823
+ at ` here < https://github.com/pandas-dev/pandas/pull/51466 >`_ . The keywords won't be necessary
824
824
anymore in the context of Copy-on-Write. If this proposal is accepted, both
825
825
keywords would be deprecated in the next release of pandas and removed in pandas 3.0.
826
826
You can’t perform that action at this time.
0 commit comments