-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request