Python Change Comma to Dot
float("123,456.908".replace(',',''))
Dizzy Duck
float("123,456.908".replace(',',''))