sort table pandas code example Example: sort a dataframe sort_na_first = gapminder.sort_values('lifeExp',na_position='first')