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

[FIX] owcsvimport: Handle decimal and thousand separator #4915

Merged

Conversation

ales-erjavec
Copy link
Contributor

... with non C-locale number format.

Issue

Fixes gh-4913

Description of changes

Workaround for pandas-dev/pandas#35365
Fallback to float_precision="high" with non C-locale number format.

Includes
  • Code changes
  • Tests
  • Documentation

... with non C-locale number format.
@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #4915 into master will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4915      +/-   ##
==========================================
- Coverage   84.17%   84.10%   -0.07%     
==========================================
  Files         282      278       -4     
  Lines       57464    56994     -470     
==========================================
- Hits        48368    47934     -434     
+ Misses       9096     9060      -36     

@ajdapretnar ajdapretnar merged commit 4004f6d into biolab:master Jul 24, 2020
@ales-erjavec ales-erjavec deleted the fixes/owcsvimport-number-sep branch August 5, 2020 11:42
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.

Issue using comma as decimal point with float
2 participants