Comment 2 for bug 1069840

Revision history for this message
Eoghan Glynn (eglynn) wrote :

Thanks for the quick response June Yi,

So just to confirm that I get it, the reason it works is that pandas.rolling_sum is applied to the per-minute partial sums for the Sum aggregate, whereas pandas.rolling_sum is applied to the per-minute partial sample counts for the SampleCount statictic?

Cheers,
Eoghan