pandas.core.resample.Resampler.var#

Resampler.var(ddof=1, *args, **kwargs)[源代码]#

计算组的差异,不包括缺失值。

参数
ddof整型,默认值为1

自由度。

退货
DataFrame或系列

每组内的值的方差。