I am sure there is an example for this somewhere, but I am having trouble finding it: if I want to work with windows of tick data (say, the last 10 minutes worth, or whatever),, how do I actually do it? And is the format for the "window" a pandas dataframe, or something else? Any words of wisdom appreciated.

Author