cudf.core.groupby.groupby.DataFrameGroupBy.nunique# DataFrameGroupBy.nunique(dropna: bool = True)[source]# Return number of unique elements in the group. Parameters: dropnabool, default TrueDon’t include NaN in the counts.