cudf.core.groupby.groupby.GroupBy.var# GroupBy.var(ddof=1)[source]# Compute the column-wise variance of the values in each group. Parameters: ddofintThe delta degrees of freedom. N - ddof is the divisor used to normalize the variance.