Hi all,

This may be a relatively simple question but when casting a rolling window to a list, do we need to reverse the list so that the most recent data is at index[-1]?

For example:

list = list(self.rollingWindow)

list.reverse()

 

Regards,

Nick