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

fix: nw.col('a').is_in(df['b']) was raising #1616

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

skritsotalakis
Copy link
Contributor

@skritsotalakis skritsotalakis commented Dec 18, 2024

What type of PR is this? (check all applicable)

  • ✅ Test

closes #1524

@skritsotalakis skritsotalakis marked this pull request as ready for review December 18, 2024 17:08
@skritsotalakis skritsotalakis marked this pull request as draft December 18, 2024 17:11
Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @skritsotalakis ! turns out we were missing an extract_compliant too, so i've added that (perhaps this wasn't such a straightforward issue in the end then, sorry)

@MarcoGorelli MarcoGorelli marked this pull request as ready for review December 19, 2024 10:32
@MarcoGorelli MarcoGorelli merged commit 12078a9 into narwhals-dev:main Dec 19, 2024
25 checks passed
@MarcoGorelli MarcoGorelli changed the title test: Added test which tests df.filter(nw.col(a).is_in(df_other[b])) fix: fix filtering with Series Dec 19, 2024
@MarcoGorelli MarcoGorelli changed the title fix: fix filtering with Series fix: nw.col('a').is_in(df['b']) was raising Dec 19, 2024
@skritsotalakis skritsotalakis deleted the local_dev branch January 4, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: Add test for Expr.is_in() with Series input
2 participants