File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -676,7 +676,7 @@ Current behavior
676
676
KeyError in the future, you can use .reindex() as an alternative.
677
677
678
678
See the documentation here:
679
- :ref:`deprecate loc reindex for list-likes <indexing.list_with_missing_labels_deprecated >`
679
+ :ref:`deprecate loc reindex for list-likes <indexing>`
680
680
681
681
Out[4]:
682
682
1 2.0
Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ Other notable API changes:
852
852
A value is trying to be set on a copy of a slice from a DataFrame.
853
853
Try using .loc[row_indexer,col_indexer] = value instead
854
854
855
- See the caveats in the documentation :ref: `Indexing and Selecting data < indexing> `
855
+ See the caveats in the documentation: https: // pandas.pydata.org / pandas - docs / stable / indexing.html # indexing-view-versus-copy
856
856
857
857
- ``merge ``, ``DataFrame.merge ``, and ``ordered_merge `` now return the same type
858
858
as the ``left `` argument (:issue: `7737 `).
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ Current behavior
470
470
KeyError in the future, you can use .reindex() as an alternative.
471
471
472
472
See the documentation here:
473
- :ref:`Indexing and Selecting data <indexing>`
473
+ :ref:`Indexing and Selecting Data <indexing>`
474
474
475
475
Out[4]:
476
476
1 2.0
You can’t perform that action at this time.
0 commit comments