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 @@ -822,7 +822,7 @@ Other API changes
822
822
823
823
A current PDEP proposes the deprecation and removal of the keywords ``inplace `` and ``copy ``
824
824
for all but a small subset of methods from the pandas API. The current discussion takes place
825
- at [ here]( https://github.com/pandas-dev/pandas/pull/51466) . The keywords won't be necessary
825
+ at ` here < https://github.com/pandas-dev/pandas/pull/51466 >`_ . The keywords won't be necessary
826
826
anymore in the context of Copy-on-Write. If this proposal is accepted, both
827
827
keywords would be deprecated in the next release of pandas and removed in pandas 3.0.
828
828
You can’t perform that action at this time.
0 commit comments