Skip to content

Commit 63a67e5

Browse files
updating whatsnew docs
1 parent 1fd0987 commit 63a67e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/source/whatsnew/v0.15.0.rst

Lines changed: 1 addition & 1 deletion
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: https://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy
855+
See the caveats in the documentation: :ref:`Indexing <indexing>`
856856
857857
- ``merge``, ``DataFrame.merge``, and ``ordered_merge`` now return the same type
858858
as the ``left`` argument (:issue:`7737`).

doc/source/whatsnew/v0.16.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ Deprecations
529529
but more refined functionality (:issue:`3445`).
530530
The documentation includes some examples how to convert your existing code
531531
from ``rplot`` to seaborn `here <https://pandas.pydata.org/pandas-docs/version/0.18.1/visualization.html#trellis-plotting-interface>`__.
532+
532533
- The ``pandas.sandbox.qtpandas`` interface is deprecated and will be removed in a future version.
533534
We refer users to the external package `pandas-qt <https://github.com/datalyze-solutions/pandas-qt>`_. (:issue:`9615`)
534535

doc/source/whatsnew/v0.21.0.rst

Lines changed: 1 addition & 1 deletion
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-
https://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate-loc-reindex-listlike
473+
:ref:`Indexing <indexing>`
474474
475475
Out[4]:
476476
1 2.0

0 commit comments

Comments
 (0)