I have two columns in a pandas data frame that I wish to convert to date time variables. One of these columns takes the format of: Jan 17, 2023 at 12:22 PM while the other takes the format of: May 2, 2018.
What is the best way to change them into a format that pandas will recognise as a date?
I have tried a few different solutions but on several occasions have received the following error:
ParserError: day is out of range for month: 0