We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Edit: Updated in December 2024
There are many use cases in which method inputs are other columns/series/expressions.
While this is not fully supported in narwhals (just yet), we can definitly aim to have a better support for this kind of operations.
The (best?) way to implement such support is showcased in #1672 for is_between method.
is_between
Personally, the use case I have is for clip, but feel free to comment or address any other method that could benefit from this enhancement.
clip
The text was updated successfully, but these errors were encountered:
Expr.is_in()
Series
Successfully merging a pull request may close this issue.
Description
Edit: Updated in December 2024
There are many use cases in which method inputs are other columns/series/expressions.
While this is not fully supported in narwhals (just yet), we can definitly aim to have a better support for this kind of operations.
The (best?) way to implement such support is showcased in #1672 for
is_between
method.Methods of interest
Personally, the use case I have is for
clip
, but feel free to comment or address any other method that could benefit from this enhancement.The text was updated successfully, but these errors were encountered: