Skip to content

Commit a90c640

Browse files
updating whatsnew docs
1 parent c61c4b0 commit a90c640

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/user_guide/indexing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ Current behavior
676676
KeyError in the future, you can use .reindex() as an alternative.
677677
678678
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>`
680680
681681
Out[4]:
682682
1 2.0

doc/source/whatsnew/v0.15.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ Other notable API changes:
852852
A value is trying to be set on a copy of a slice from a DataFrame.
853853
Try using .loc[row_indexer,col_indexer] = value instead
854854
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
856856
857857
- ``merge``, ``DataFrame.merge``, and ``ordered_merge`` now return the same type
858858
as the ``left`` argument (:issue:`7737`).

doc/source/whatsnew/v0.21.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ Current behavior
470470
KeyError in the future, you can use .reindex() as an alternative.
471471
472472
See the documentation here:
473-
:ref:`Indexing and Selecting data<indexing>`
473+
:ref:`Indexing and Selecting Data<indexing>`
474474
475475
Out[4]:
476476
1 2.0

0 commit comments

Comments
 (0)