cudf.core.groupby.groupby.DataFrameGroupBy.count# DataFrameGroupBy.count(dropna=True)[source]# Compute the number of values in each column. Parameters: dropnaboolIf True, don’t include null values in the count.