hipdf.core.groupby.groupby.DataFrameGroupBy.nunique# 21 min read time Applies to Linux DataFrameGroupBy.nunique(dropna: bool = True)# Return number of unique elements in the group. Parameters# dropnabool, default TrueDon’t include NaN in the counts.