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

modin.pandas.DataFrameGroupBy.nunique

DataFrameGroupBy.nunique(dropna=True)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/groupby.py#L846-L852)

Return DataFrame with counts of unique elements in each position.

Parameters:

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

Return type:

DataFrame

Language: English