Skip to content
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

Updated core to 1.0.0-beta.14 (fixes number parsing and issue #245) #247

Merged
merged 2 commits into from
Mar 8, 2021

Conversation

bianchimro
Copy link
Contributor

@bianchimro bianchimro commented Feb 28, 2021

This should fix issues with number parsing (with specified separators and parsing options)

@CLAassistant
Copy link

CLAassistant commented Feb 28, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@mikima mikima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for the duplicate comment.

Decimal separator is working, but not thousands separator, see the screenshoot.
Furthermore, since by default the cell separator is comma AND the default thousand separator is comma it creates unexpected behaviuors.
Below the screenshoot and test dataset.

Screenshot 2021-03-02 at 09 19 04

test_us
10.44
76.33
2,923
1,045,442.22
1,23

@bianchimro bianchimro changed the title Updated core to 1.0.0-beta.13 (fixes number parsing and issue #245) Updated core to 1.0.0-beta.14 (fixes number parsing and issue #245) Mar 3, 2021
@bianchimro
Copy link
Contributor Author

hi @mikima i updated the pull request
in the dataset you tested:

test_us
10.44
76.33
2,923
1,045,442.22
1,23

with thousands separator = "," the last number should not be parsed (we need 3 digits after thousands separator)

@mikima
Copy link
Member

mikima commented Mar 3, 2021

@bianchimro yes the last one was intentionally an error to check how errors are handled. i'll test asap

@uf0 uf0 merged commit 7bc1c10 into master Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants