Skip to content

Commit

Permalink
remove reference to deprecated .ix from 10min.rst (pandas-dev#19452)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm authored and harisbal committed Feb 28, 2018
1 parent f6c492e commit ae64e59
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 ae64e59

Please sign in to comment.