organize dataframe by column code example Example: dataframe, sort by columns final_df = df.sort_values(by=['2'], ascending=False)