I am trying to convert a column in my code which is currently in a string $ format to numeric.
My code is currently:
s=top_performing_schools["Per Student Budget"]
top_performing_schools["Per Student Budget"]=pd.to_numeric(s)
I get the error:
ValueError: Unable to parse string "$582.00" at position 0