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 str.extract_many expression #17304

Merged
merged 3 commits into from
Jun 30, 2024
Merged

feat: Add str.extract_many expression #17304

merged 3 commits into from
Jun 30, 2024

Conversation

ritchie46
Copy link
Member

closes #17144

@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 Jun 30, 2024
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

Attention: Patch coverage is 93.82716% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.72%. Comparing base (0c80788) to head (cb3ba87).

Current head cb3ba87 differs from pull request most recent head 68dc0a6

Please upload reports for the commit 68dc0a6 to get more accurate results.

Files Patch % Lines
.../polars-ops/src/chunked_array/strings/find_many.rs 88.00% 3 Missing ⚠️
...rates/polars-plan/src/dsl/function_expr/strings.rs 94.73% 1 Missing ⚠️
py-polars/src/lazyframe/visitor/expr_nodes.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17304   +/-   ##
=======================================
  Coverage   80.71%   80.72%           
=======================================
  Files        1475     1475           
  Lines      193125   193206   +81     
  Branches     2757     2759    +2     
=======================================
+ Hits       155882   155957   +75     
- Misses      36733    36739    +6     
  Partials      510      510           

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

@ritchie46 ritchie46 merged commit 7392dc3 into main Jun 30, 2024
25 checks passed
@ritchie46 ritchie46 deleted the extract branch June 30, 2024 12:00
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.

aho-corasick .str.extract_many()
1 participant