swat.cas.table.CASTableGroupBy.nth

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

Return the nth row from each group

Parameters
nint or list-of-ints

The rows to select.

Returns
pandas.DataFrame