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

depr(python): Deprecate Expr.where in favor of filter #13440

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Jan 4, 2024

Closes #13425

The alias is useful for people thinking in SQL terms, but it can confuse pandas/numpy people. Since we only have this alias on Expr anyway, let's get rid of it.

@github-actions github-actions bot added deprecation Add a deprecation warning to outdated functionality python Related to Python Polars labels Jan 4, 2024
@alexander-beedie
Copy link
Collaborator

Good move 👍

@stinodego stinodego merged commit 9cef297 into main Jan 5, 2024
14 checks passed
@stinodego stinodego deleted the deprecate-where branch January 5, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Add a deprecation warning to outdated functionality python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Harmonize Expr.where with Expr.filter, or deprecate it
2 participants