sort the columns in pandas code example Example: sort dataframe by column df.sort_values(by='col1', ascending=False)