Try to us this, it sorts the Series by values in descending order.
new_df_sorted = new_df.sort_values(ascending=False)