pandas ascending code example Example: sort dataframe by column df.sort_values(by='col1', ascending=False, na_position='first', inplace=True)