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(python): Make boolean reads consistent across all read_excel engines #17448

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

alexander-beedie
Copy link
Collaborator

Closes #17407.

Fixes calamine and xlsx2csv boolean reads, adding multi-engine test coverage.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Jul 5, 2024
@alexander-beedie alexander-beedie added the A-io-spreadsheet Area: reading/writing Excel/ODS files label Jul 5, 2024
Copy link

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.64%. Comparing base (f803053) to head (faf9be2).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17448      +/-   ##
==========================================
- Coverage   80.68%   80.64%   -0.05%     
==========================================
  Files        1476     1478       +2     
  Lines      193490   193556      +66     
  Branches     2760     2765       +5     
==========================================
- Hits       156126   156084      -42     
- Misses      36854    36964     +110     
+ Partials      510      508       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 447146d into pola-rs:main Jul 6, 2024
15 checks passed
@alexander-beedie alexander-beedie deleted the read-excel-booleans branch July 6, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-io-spreadsheet Area: reading/writing Excel/ODS files fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_excel (calamine engine) Boolean schema override not working
2 participants