2020-03-04
I am extracting this from a file I read into a pandas Dataframe and want to transform it to datetime
before I add a column and add the datetime
to each row.
How can I transform this string
to datetime
?
Sorry for the newbie question, never dealt with this before.