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): Pass missing user params in write_csv #18845

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

barak1412
Copy link
Contributor

Fixes #18825.

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.87%. Comparing base (f08885c) to head (cef76a7).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18845      +/-   ##
==========================================
+ Coverage   79.85%   79.87%   +0.02%     
==========================================
  Files        1518     1518              
  Lines      205637   205637              
  Branches     2893     2893              
==========================================
+ Hits       164210   164261      +51     
+ Misses      40879    40828      -51     
  Partials      548      548              

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

Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the quick fix @barak1412

@ritchie46 ritchie46 merged commit 292ac84 into pola-rs:main Sep 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write_csv ignores formatting when writing to io.StringIO()
2 participants