Timeseries and DataPipes

Hello,

I started playing with torchdata recently and have been implementing some TimeSeries pipes. Would more people be interested on persuing the creation of different TimeSeries related pipes?

Who one would do this without loading the full pandas dataframe in memory?

I created a rolling window one here, give it a try.

Would love to work with more poeple on making timeseries friendly in pytorch.