Happy Thanksgiving!
I have some data that's from the government in csv and the dates are formatted differently. In the same column, I see the following two different date formats:
date_
2/22/90 0:00
date_
11/25/2014 12:00:00 AM
The file is too big and therefore I cannot open this in Excel and change the formats before reading them into R using the read.csv function.
Does anyone have any idea the best way to handle these data?
Thank you very much!