pandas.core.groupby.DataFrameGroupBy.nunique

Return DataFrame with number of distinct observations per group for each column.

New in version 0.20.0.

param dropna
boolean, default True

Don’t include NaN in the counts.

return

nunique: DataFrame

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler