If I have a dataframe with a column showing year and month as follows-
'202201', '202202', '202203', and so on (basically 'YYYYMM') and it is in a string format. How do I change it to a datetime format?
If I have a dataframe with a column showing year and month as follows-
'202201', '202202', '202203', and so on (basically 'YYYYMM') and it is in a string format. How do I change it to a datetime format?