What is the best way to convert a string such as "123,456" into a float 
123456.0? I could not find a method that would splice out a character from 
the middle of a string to feed the result to `float()`.

Thanks.

Reply via email to