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(rust): Add missing impl for Series #18166

Merged
merged 5 commits into from
Aug 14, 2024

Conversation

Vincenthays
Copy link
Contributor

Add this

impl FromIterator<Option<&'a str>> for Series
impl FromIterator<Option<String>> for Series

FromIterator<Option<&'a str>> for Series
and FromIterator<Option<String>> for Series
@Vincenthays Vincenthays changed the title Add missing impl for Series feat(rust): Add missing impl for Series Aug 13, 2024
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.30%. Comparing base (41318c3) to head (662d9b5).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18166      +/-   ##
==========================================
- Coverage   80.35%   80.30%   -0.05%     
==========================================
  Files        1496     1498       +2     
  Lines      197825   198652     +827     
  Branches     2822     2822              
==========================================
+ Hits       158966   159536     +570     
- Misses      38337    38594     +257     
  Partials      522      522              

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

@Vincenthays Vincenthays changed the title feat(rust): Add missing impl for Series feat(rust): Add missing impl for Series Aug 13, 2024
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature rust Related to Rust Polars and removed title needs formatting labels Aug 13, 2024
@ritchie46 ritchie46 merged commit f7a6b04 into pola-rs:main Aug 14, 2024
21 checks passed
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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants