Ubah nama colums dataaframe panda

df.columns = ['new_col1', 'new_col2', 'new_col3', 'new_col4']
Arbre