hipdf.core.groupby.SeriesGroupBy.count

hipdf.core.groupby.SeriesGroupBy.count#

19 min read time

Applies to Linux

SeriesGroupBy.count(dropna=True)#

Compute the number of values in each column.

Parameters#

dropnabool

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