Resampling ¶
Resampler 对象由
.resample
调用返回:
DataFrame.resample()
、
Series.resample()
等。
Computations / descriptive stats ¶
计算重采样值的最大值。 |
|
计算重采样值的平均值。 |
|
计算重采样值的最小值。 |
|
计算重采样值的标准差。 |
|
计算重采样值的总和。 |
|
计算重采样值的方差。 |