Skip to content

Commit

Permalink
remove reference to deprecated .ix from 10min.rst (#19452)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm authored and jreback committed Jan 30, 2018
1 parent 8a56775 commit 238499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/10min.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Selection
While standard Python / Numpy expressions for selecting and setting are
intuitive and come in handy for interactive work, for production code, we
recommend the optimized pandas data access methods, ``.at``, ``.iat``,
``.loc``, ``.iloc`` and ``.ix``.
``.loc`` and ``.iloc``.

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

Expand Down

0 comments on commit 238499a

Please sign in to comment.