cudf.core.groupby.groupby.DataFrameGroupBy.nunique#

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

Return number of unique elements in the group.

Parameters:
dropnabool, default True

Don’t include NaN in the counts.