I have a dataframe, and I need to add a currency sign to a numeric value in a column, so that the datatype of that column will still remain the same as float type, so i can sum or find mean.
when I add '$' sign to numeric value, all values change their type to string
I tried format, but it convert values to string datatype