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