Python zmień przecinek na DOT
float("123,456.908".replace(',',''))
Dizzy Duck
float("123,456.908".replace(',',''))