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

Rename a column name #2919

Closed
jbabyhacker opened this issue Jul 15, 2022 · 2 comments · Fixed by #2920
Closed

Rename a column name #2919

jbabyhacker opened this issue Jul 15, 2022 · 2 comments · Fixed by #2920
Labels
enhancement New feature or request

Comments

@jbabyhacker
Copy link

Describe the solution you'd like
Is it currently possible to rename a column name? The use case for me would be to read in csv files, then write out a parquet file with different column names.

Describe alternatives you've considered
I could use with with_column() and create a new column, then select a subset of the dataframe and save that.

@jbabyhacker jbabyhacker added the enhancement New feature or request label Jul 15, 2022
@andygrove
Copy link
Member

@jbabyhacker Sure. How does this look: #2920

@jbabyhacker
Copy link
Author

Looks awesome. Thanks!

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

Successfully merging a pull request may close this issue.

2 participants