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