pandas multisort code example Example: pandas multisort df = df.sort_values(["b", "c"], ascending = (False, True))