Exercise: Format Data
Use regular expressions to format data from a CSV file.
We'll cover the following...
Problem statement
You’re given a CSV file containing data of the form ID, Lastname, Firstname, Initial, DOB, where:
- ID: Numeric
 Ask