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

docs(rust): Fix examples/read_csv rust example #19185

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #19129

@github-actions github-actions bot added documentation Improvements or additions to documentation rust Related to Rust Polars labels Oct 11, 2024
@nameexhaustion nameexhaustion marked this pull request as ready for review October 11, 2024 04:47
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.64%. Comparing base (194b31e) to head (033ed79).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19185      +/-   ##
==========================================
- Coverage   79.65%   79.64%   -0.01%     
==========================================
  Files        1531     1531              
  Lines      208937   208937              
  Branches     2418     2418              
==========================================
- Hits       166421   166402      -19     
- Misses      41969    41988      +19     
  Partials      547      547              

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

@ritchie46 ritchie46 merged commit ff1942f into pola-rs:main Oct 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CsvReader example in examples folder doesn't work
2 participants