Handle Non-Numeric Values

A series of previous marathon times contains some entries recorded as N/A. Use pd.to_numeric() to convert the values and turn the non-numeric ones into NaN.
Python
Setting up Python environment...
Output