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