uploaded csv file
there is a field named "price", which looks as follows below:
PRICE
435
303
442
497
528
...
1 129,24
1 129,24
1 129,24
1 129,24
1 129,24
I need to delete a space in a price 1 129,24
.
I tried replace, converters, skipinitialspace, strip() - none of them helped