I have date and time column as follows
I need to combine the 2 columns to make it look like 01-10-2022 00:00:00 , when I do df.info(), I get the dtype as object. Can anyone please tell me how to convert and combine the 2 columns as datetime.
I have date and time column as follows
I need to combine the 2 columns to make it look like 01-10-2022 00:00:00 , when I do df.info(), I get the dtype as object. Can anyone please tell me how to convert and combine the 2 columns as datetime.