Skip to content

Commit ae64e59

Browse files
timhoffmharisbal
authored and
harisbal
committed
remove reference to deprecated .ix from 10min.rst (pandas-dev#19452)
1 parent f6c492e commit ae64e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/10min.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Selection
154154
While standard Python / Numpy expressions for selecting and setting are
155155
intuitive and come in handy for interactive work, for production code, we
156156
recommend the optimized pandas data access methods, ``.at``, ``.iat``,
157-
``.loc``, ``.iloc`` and ``.ix``.
157+
``.loc`` and ``.iloc``.
158158

159159
See the indexing documentation :ref:`Indexing and Selecting Data <indexing>` and :ref:`MultiIndex / Advanced Indexing <advanced>`.
160160

0 commit comments

Comments
 (0)