Jul-23-2019, 05:18 AM
So I have time series of ts = 1, 2,3,4, ........,320
I want to arrange in in dataframe as follows:
row1 1,2,3............., 120
row2, 12,13, 14,........ 122
row3, 24,25,26, ........ 134
etc,
Any help wll be appreciated
simply done using numpy stridded app......
I want to arrange in in dataframe as follows:
row1 1,2,3............., 120
row2, 12,13, 14,........ 122
row3, 24,25,26, ........ 134
etc,
Any help wll be appreciated
simply done using numpy stridded app......