Skip to content

Commit 16acbcf

Browse files
scariYounggun Kim
authored and
Younggun Kim
committed
DOC: Update wrong example in df.first doc-string
1 parent b6f0292 commit 16acbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3939,7 +3939,7 @@ def first(self, offset):
39393939
39403940
Examples
39413941
--------
3942-
ts.last('10D') -> First 10 days
3942+
ts.first('10D') -> First 10 days
39433943
39443944
Returns
39453945
-------

0 commit comments

Comments
 (0)