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

feat: Add lossy decoding to read_csv for non-utf8 encodings #21433

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ghuls
Copy link
Collaborator

@ghuls ghuls commented Feb 24, 2025

No description provided.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Feb 24, 2025
@ghuls
Copy link
Collaborator Author

ghuls commented Feb 24, 2025

Closes: #20667

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 79.94%. Comparing base (93bfd2c) to head (6765507).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
py-polars/polars/io/_utils.py 50.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21433   +/-   ##
=======================================
  Coverage   79.94%   79.94%           
=======================================
  Files        1597     1597           
  Lines      229007   229010    +3     
  Branches     2620     2620           
=======================================
+ Hits       183074   183081    +7     
+ Misses      45334    45330    -4     
  Partials      599      599           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant