Weekly Challenge: Parsing Dates
Chris Goodman
Dec 06
Every come across a dataset where there are a mixture of date formats used, such as dd-MM-yyyy, yyyy/MM/dd, MM-dd-yyyy?
Using regex to solve for this by spotting patterns in the text could be the answer. Check out Chris’ solve for Weekly Challenge 4.