cudf.core.groupby.DataFrameGroupBy.std#

DataFrameGroupBy.std(
ddof=1,
engine=None,
engine_kwargs=None,
numeric_only: bool = False,
)[source]#

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

Parameters:
ddofint

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