pandas sort values by MULTIPLE column code example Example: sort by two columns in pandas df.sort_values(['a', 'b'], ascending=[True, False])