Convert Dates

The registered_date column in our marathon registrations is stored as text. Convert it to a proper datetime column.
Python
Setting up Python environment...
Output