pandas heading rename code example Example: renaming headers pandasd df = df.rename(columns={"old_col1": "new_col1", "old_col2": "new_col2"})