I am looking to convert raw string to a specified data time format.
Here's the sample data:
0 47 mins
1 1 hour 25 mins
2 1 hour 27 mins
3 6 mins
Is the above one of the supported date time formats in python that can be transformed using some function - to_datetime or strftime? or would this need to handled/parsed out differently.
Expected format:
00:47
01:25
01:27
00:06