dataframe, trier par colonnes

final_df = df.sort_values(by=['2'], ascending=False)
Fantastic Fish