Drop Multiple Columns

Sometimes you need to remove more than one column at once. Drop both city and dnf from the marathon results in a single call.
Python
Setting up Python environment...
Output