df.sort_values('mpg'). Order rows by values of a column (low to high). df.sort_values('mpg', ascending=False). Order rows by values of a column (high to ...
確定! 回上一頁