I am reading a CSV file in Python. In one of the columns, the date is given in a format and I want to convert it to a different one as shown below.
Input - 15th November 2016 11:00pm
Output - 2016-11-15 23:00:00
I am reading a CSV file in Python. In one of the columns, the date is given in a format and I want to convert it to a different one as shown below.
Input - 15th November 2016 11:00pm
Output - 2016-11-15 23:00:00