Return the first n rows of the groupby.
Optionaln: number
number of rows to return
Return the number of rows in each group.
Optionalname: string
Assign a name to the resulting column; if unset, defaults to "len".
Return the last n rows of the groupby.
Optionaln: number
number of rows to return
LazyGroupBy