I've used the rolling method to generate rolling sums and averages for each row in my df and this has worked.
My question is, is there an argument that allows me to set the rolling window value calculated at the row previous to the row the pointer is currently evaluating - so at time t-1 rather than at time t?