-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat: add DataFrame|LazyFrame.cast
method
#1045
Conversation
810159c
to
a866069
Compare
Unrelated CI failure |
thanks @FBruzzesi ! are we sure we need this? I think this can currently be accomplished with
or
? i'm just a little unsure about expanding the |
Fair enough! Polars exposed it, it is a nice ergonomic shortcut I am reaching out for, but definitly there is an Expr workaround |
Closing as not planned for now |
sure, thanks - we can always reconsider later |
Yep, agree! This PR has so many conflicts that even if we want to consider adding it, it would be just easier to write it from scratch. I am trying to do some cleanup, especially before sprints π |
What type of PR is this? (check all applicable)
Checklist
If you have comments or can explain your changes, please do so below.
Additionally extends
Expr|Series.cast
withstrict
argument