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

Allow df.rename() to take a function that maps old to new column names #13229

Closed
Wainberg opened this issue Dec 24, 2023 · 0 comments · Fixed by #13708
Closed

Allow df.rename() to take a function that maps old to new column names #13229

Wainberg opened this issue Dec 24, 2023 · 0 comments · Fixed by #13708
Labels
enhancement New feature or an improvement of an existing feature

Comments

@Wainberg
Copy link
Contributor

Description

Currently df.rename(mapping) only accepts a dict as the mapping. It would be nice to also support a lambda function like pandas, as syntactic sugar for df.select(pl.all().name.map(mapping)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant