-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Documentation for polars.Expr.is_in / polars.Expr.ise seems broken. #21539
Comments
Looks like this is for the whole site when trying to select a version before stable, not just |
Can confirm, trying to select anything <= 0.20 creates the issue. |
The main issue is that |
It's not just that method. I can't say it's for absolutely all the methods but for the handful of the ones I tried, it did the same behavior. tbh, I'm not sure what |
It's right here: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.Expr.is_in.html You can also navigate to it via Expressions -> Boolean: |
I'm confused too, I've never heard of |
when you click on the link you provided the actual page shows ise instead of is_in |
disabling ublock did not help neither did updating to FF 135.0.1 (aarch64) |
I just installed Firefox and I cannot reproduce. There is nothing in the codebase that has Can you right click and do whatever Firefox version's of |
oh god I found the issue. It was an experimental plugin. Sorry for the trouble. |
The reloading loop still remains so I'm reopening |
Description
I am currently using python polars 1.23.0 and it seems to me that the documented expression
polars.Expr.ise()
should be in factpolars.Expr.is_in
. Going to the docs for 0.20 there is even a redirection issue with the expression, switching betwenise
andis_in
constantly (see https://docs.pola.rs/api/python/version/0.20/reference/expressions/api/polars.Expr.is_in.html in Firefox 135.0)Link
No response
The text was updated successfully, but these errors were encountered: