Skip to content

Commit 769f774

Browse files
committed
Note DataFrame.lookup
1 parent 25cdf3d commit 769f774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/indexing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ allows you to do point-wise indexing by label:
162162
times = pd.to_datetime(['2000-01-03', '2000-01-02', '2000-01-01'])
163163
arr.sel_points(space=['IA', 'IL', 'IN'], time=times)
164164
165+
The equivalent pandas method to ``sel_points`` is
166+
:py:meth:`~pandas.DataFrame.lookup`.
167+
165168
Dataset indexing
166169
----------------
167170

0 commit comments

Comments
 (0)