I know there is many questions as mine and I tryied almost all of them but no one of them worked
Here is what I have '380,00\xa0' as a string want to convert it to float
But here is what I get ValueError: could not convert string to float: '380,00\xa0'
I tried str.replace("\xa0", "")
The length of the string is dynamique so I can't do float(str[:5])