hipdf.Index.nunique# 21 min read time Applies to Linux Index.nunique(dropna: bool = True) → int# 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.