xorbits.pandas.groupby.DataFrameGroupBy.count#

DataFrameGroupBy.count(**kw)#

Compute count of group, excluding missing values.

Returns

Count of values within each group.

Return type

Series or DataFrame

See also

Series.groupby

Apply a function groupby to a Series.

DataFrame.groupby

Apply a function groupby to each row or column of a DataFrame.

This docstring was copied from pandas.core.groupby.generic.DataFrameGroupBy.