Convert a Column Type with astype()

In our marathon registrations, runner_id is stored as a number. But it's really an identifier, not something you'd add or average. Convert it to string type using astype().
Python
Setting up Python environment...
Output