-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
with_columns_seq
should assign by expression
#14935
Comments
I second this. |
The actual previous discussion for the desired functionality is: (The |
Yea, seems like @ritchie46 was pretty firm with his process in that Issue. It is a bit odd to me because the Polars API seems to have introduced multiple variants (e.g. with_columns_seq) of methods... so maybe philosophy has changed on this matter. |
This has been discussed and we will not change the semantics of a |
Yea, I wasnt really suggesting changing |
Description
Polars values itself in having a clean, readable interface. To that end, they should expose a
with_columns
style option/function that allows you to do sequential operations with assignment between operations. This has come up before #11570 .Current:
Ideally:
The text was updated successfully, but these errors were encountered: