-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing numerical values which use comma rather than a point #175
Comments
but
|
|
With
I get
@acowley I am not sure what the answer is here. Presumably somebody wanted to parse "1,000.00" as a 1000.00 so we can't just delete the offending filter. |
Actually now that I think about it, |
There's this https://en.m.wikipedia.org/wiki/Decimal_separator but then someone would have to do something other than just filter out commas. |
See #53 |
Some countries use 3,1459 rather than 3.1459. I have for example
But if I run
Then
Frames
seems to parse these values as doubles:The text was updated successfully, but these errors were encountered: