Last answered:

16 Apr 2020

Posted on:

13 Apr 2020

0

Regarding Date

Suppose I have to predict data date with time in very 5 min, how can I do it? like this one, Dates 9/18/2019 5:35 9/18/2019 5:40 9/18/2019 5:45 9/18/2019 5:50 9/18/2019 5:55 9/18/2019 6:00 9/18/2019 6:05 9/18/2019 6:10 9/18/2019 6:15 9/18/2019 6:20 9/18/2019 6:25 9/18/2019 6:30 9/18/2019 6:35 9/18/2019 6:40 9/18/2019 6:45 9/18/2019 6:50        
2 answers ( 0 marked as helpful)
Instructor
Posted on:

14 Apr 2020

0
Hi Ganesh, What are you trying to predict? The tick rate itself is mostly irrelevant for the different methods. Best, Iliya
Instructor
Posted on:

16 Apr 2020

0
Hey Ganesh,   All you have to do is set up the proper frequency after you plug in the data. Here is an expanded list of the different frequencies (minutes, seconds etc): https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#timeseries-offset-aliases   If you follow the examples below the table you'll see how to properly define the 5 minute interval you're using.    Best,  365 Vik

Submit an answer