You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1315,7 +1315,7 @@ The recommended methods of indexing are:
1315
1315
- ``.loc`` if you want to *label* index
1316
1316
- ``.iloc`` if you want to *positionally* index.
1317
1317
1318
-
Using ``.ix`` will now show a ``DeprecationWarning`` with a link to some examples of how to convert code :ref:`here <indexing.deprecate_ix>`.
1318
+
Using ``.ix`` will now show a ``DeprecationWarning`` with a link to some examples of how to convert code `here <https://pandas.pydata.org/pandas-docs/version/1.0/user_guide/indexing.html#ix-indexer-is-deprecated>`__.
0 commit comments