Create a dataframe with two columns (hour and minute) using a datetime index
Hi all I have a list with Datetime indexes in it, with time interval 15 minutes (see screenshot) I would like to create a dataframe with 2 columns only, the first with ‘hour’ and the second with ‘minute’ using this Datetime index. The result I would like to be like this: hour minute 08 00… Read More Create a dataframe with two columns (hour and minute) using a datetime index