You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: