A dataframe has a header with some values (columns). I want to update the old column names with new values. How can I replace the old column names with new column names?
E.g.
current column names: ['c1', 'c2', 'c3']
new column names: ['col1', 'col2', 'col3']