We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f9052 commit 8f4ad30Copy full SHA for 8f4ad30
pandas/core/indexing.py
@@ -1300,6 +1300,9 @@ class _IXIndexer(_NDFrameIndexer):
1300
"""A primarily label-location based indexer, with integer position
1301
fallback.
1302
1303
+ Warning: Starting in 0.20.0, the .ix indexer is deprecated, in
1304
+ favor of the more strict .iloc and .loc indexers.
1305
+
1306
``.ix[]`` supports mixed integer and label based access. It is
1307
primarily label based, but will fall back to integer positional
1308
access unless the corresponding axis is of integer type.
0 commit comments