I need to create a pandas dataframe with first column as date + time and with hourly frequency.
So in the dataframe, it will be complete year date with hourly time i.e 365 * 24 = 8760 rows in the first column.
sample data output:
Hours
2018-01-01 00:00:00
2018-01-01 01:00:00
2018-01-01 02:00:00
...
...
...
2018-01-01 23:00:00