For the following dataframe "Schedule", how does one create the column "Hour_Number" from the column Time_Stamp which lists the time in HH:MM or H:MM format?
Output:
Time_Stamp Hour_Number
0 11:16 11
1 14:19 14
2 13:02 13
3 2:12 2
4 7:15 7