File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed 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: https: // pandas.pydata.org / pandas - docs / stable / indexing.html # indexing-view-versus-copy
855
+ See the caveats in the documentation: :ref: `Indexing < indexing> `
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 @@ -529,6 +529,7 @@ Deprecations
529
529
but more refined functionality (:issue: `3445 `).
530
530
The documentation includes some examples how to convert your existing code
531
531
from ``rplot `` to seaborn `here <https://pandas.pydata.org/pandas-docs/version/0.18.1/visualization.html#trellis-plotting-interface >`__.
532
+
532
533
- The ``pandas.sandbox.qtpandas `` interface is deprecated and will be removed in a future version.
533
534
We refer users to the external package `pandas-qt <https://github.com/datalyze-solutions/pandas-qt >`_. (:issue: `9615 `)
534
535
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
- https://pandas.pydata.org/pandas-docs/stable/ indexing.html#deprecate-loc-reindex-listlike
473
+ :ref:`Indexing < indexing>`
474
474
475
475
Out[4]:
476
476
1 2.0
You can’t perform that action at this time.
0 commit comments