Skip to content

Commit 6401b82

Browse files
frexvahijreback
authored andcommitted
DOC: Update link in the deprecation message for .ix
Author: Chris Kerr <[email protected]> Closes pandas-dev#16691 from frexvahi/update-ix-deprecated-link and squashes the following commits: 1c44ba6 [Chris Kerr] Update link in the deprecation message for .ix
1 parent 466e425 commit 6401b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ def __init__(self, obj, name):
12881288
.iloc for positional indexing
12891289
12901290
See the documentation here:
1291-
http://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate_ix"""
1291+
http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated""" # noqa
12921292

12931293
warnings.warn(_ix_deprecation_warning,
12941294
DeprecationWarning, stacklevel=3)

0 commit comments

Comments
 (0)