Python Convert Percentage to Float

Viewed 40

I am importing a CSV file, but the data is being shown as a % and not being recognized as float.

df = pd.read_csv('zorp0vs7oitkmr.csv')

Does anyone know how I can change a % to a float?

enter image description here

0 Answers
Related