Drop an Unnecessary Column

The marathon results have a city column, but the registration file already has that info. Drop it from results so we don't end up with duplicate columns later.
Python
Setting up Python environment...
Output