We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c492e commit ae64e59Copy full SHA for ae64e59
doc/source/10min.rst
@@ -154,7 +154,7 @@ Selection
154
While standard Python / Numpy expressions for selecting and setting are
155
intuitive and come in handy for interactive work, for production code, we
156
recommend the optimized pandas data access methods, ``.at``, ``.iat``,
157
- ``.loc``, ``.iloc`` and ``.ix``.
+ ``.loc`` and ``.iloc``.
158
159
See the indexing documentation :ref:`Indexing and Selecting Data <indexing>` and :ref:`MultiIndex / Advanced Indexing <advanced>`.
160
0 commit comments