Skip to content

Commit

Permalink
Note DataFrame.lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Aug 1, 2015
1 parent 23689f8 commit 82eb51a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ allows you to do point-wise indexing by label:
times = pd.to_datetime(['2000-01-03', '2000-01-02', '2000-01-01'])
arr.sel_points(space=['IA', 'IL', 'IN'], time=times)
The equivalent pandas method to ``sel_points`` is
:py:meth:`~pandas.DataFrame.lookup`.

Dataset indexing
----------------

Expand Down

0 comments on commit 82eb51a

Please sign in to comment.