cudf.core.groupby.groupby.SeriesGroupBy.nunique#

SeriesGroupBy.nunique(dropna: bool = True)[source]#

Return number of unique elements in the group.

Parameters:
dropnabool, default True

Don’t include NaN in the counts.