hipdf.core.groupby.SeriesGroupBy.var

hipdf.core.groupby.SeriesGroupBy.var#

19 min read time

Applies to Linux

SeriesGroupBy.var(ddof=1, engine=None, engine_kwargs=None, numeric_only: bool = False)#

Compute the column-wise variance of the values in each group.

Parameters#

ddofint

The delta degrees of freedom. N - ddof is the divisor used to normalize the variance.