hipdf.Index.nunique

Contents

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 True

Don’t include NaN in the counts.

Returns#

int

Number of unique values in the column.