Remove Duplicate Rows

Five runners appear twice in the marathon results. Remove the duplicate rows so each runner has exactly one entry.
Python
Setting up Python environment...
Output