Skip to content

Commit 5f9d769

Browse files
committed
DOC: tiny groupby.rst edit
1 parent 3c203f6 commit 5f9d769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ If you want to select the nth not-null method, use the ``dropna`` kwarg. For a D
877877
g.first()
878878
879879
# nth(-1) is the same as g.last()
880-
g.nth(1, dropna='any') # NaNs denote group exhausted when using dropna
880+
g.nth(-1, dropna='any') # NaNs denote group exhausted when using dropna
881881
g.last()
882882
883883
g.B.nth(0, dropna=True)

0 commit comments

Comments
 (0)