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(python): Accept numpy arrays in Series.filter #20431

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

lukemanley
Copy link
Contributor

closes #14154

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Dec 24, 2024
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.02%. Comparing base (f213c36) to head (690cd52).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
py-polars/polars/series/series.py 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20431   +/-   ##
=======================================
  Coverage   79.02%   79.02%           
=======================================
  Files        1562     1562           
  Lines      220163   220165    +2     
  Branches     2486     2487    +1     
=======================================
+ Hits       173973   173979    +6     
+ Misses      45617    45612    -5     
- Partials      573      574    +1     

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't filter Series with NumPy arrays
2 participants