Python wechselt das Komma in Punkt
float("123,456.908".replace(',',''))
Dizzy Duck
float("123,456.908".replace(',',''))