and I tried to apply .rolling to dataset, here is the code
fv = pd.Series([1,1,1,1,1]) cv = fv.rolling(3).sum() cv
But the result of course w