I have a column of a pandas dataframe with numbers and the / symbol as a whole string, for example:
['6/10','2/100','3.7/100'.....]
How could I transform that column to numeric?
I have a column of a pandas dataframe with numbers and the / symbol as a whole string, for example:
['6/10','2/100','3.7/100'.....]
How could I transform that column to numeric?