hipdf.core.groupby.groupby.GroupBy.count

Contents

hipdf.core.groupby.groupby.GroupBy.count#

20 min read time

Applies to Linux

GroupBy.count(dropna=True)#

Compute the number of values in each column.

Parameters#

dropnabool

If True, don’t include null values in the count.