hipdf.Series.nunique# 20 min read time Applies to Linux Series.nunique(dropna: bool = True)# Return count of unique values for the column. Parameters# dropnabool, default TrueDon’t include NaN in the counts. Returns# intNumber of unique values in the column.