You are viewing documentation about an older version (1.34.0). View latest version

modin.pandas.SeriesGroupBy.nunique¶

SeriesGroupBy.nunique(dropna=True)[source]¶

Return number unique elements in the group.

Parameters:

dropna (bool, default True) – Whether to exclude NaN in the counts.

Return type:

Series