cudf.core.groupby.groupby.DataFrameGroupBy.count#
- DataFrameGroupBy.count(dropna=True)#
Compute the number of values in each column.
- Parameters
- dropnabool
If
True
, don’t include null values in the count.
Site Navigation
Section Navigation
API Documentation