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_all expression #2038

Merged
merged 3 commits into from
Mar 26, 2024

take after repeat

4e4ff6d
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Add str.extract_all expression #2038

take after repeat
4e4ff6d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 26, 2024 in 0s

84.75% (+0.00%) compared to 841e9a9

View this Pull Request on Codecov

84.75% (+0.00%) compared to 841e9a9

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 84.75%. Comparing base (841e9a9) to head (4e4ff6d).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2038   +/-   ##
=======================================
  Coverage   84.74%   84.75%           
=======================================
  Files          62       62           
  Lines        6819     6827    +8     
=======================================
+ Hits         5779     5786    +7     
- Misses       1040     1041    +1     
Files Coverage Δ
daft/expressions/expressions.py 91.68% <100.00%> (+0.05%) ⬆️
daft/series.py 93.09% <80.00%> (-0.14%) ⬇️