df = df.sort_values(["b", "c"], ascending = (False, True))

Read more of this post