jbabyhacker opened a new issue, #2919: URL: https://github.com/apache/arrow-datafusion/issues/2919
**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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
