swat.cas.table.CASTableGroupBy.nth

CASTableGroupBy.nth(n, dropna=None, **kwargs)

Return the nth row from each group

Parameters:
n : int or list-of-ints

The rows to select.

Returns:
pandas.DataFrame