hipdf.core.groupby.groupby.GroupBy.nunique

hipdf.core.groupby.groupby.GroupBy.nunique#

21 min read time

Applies to Linux

GroupBy.nunique(dropna: bool = True)#

Return number of unique elements in the group.

Parameters#

dropnabool, default True

Don’t include NaN in the counts.