python dataframe 按照某一列降序


sku=sku.sort_values(by='数量',ascending=False,axis=0)

你可能感兴趣的:(Python爬虫,Python操作Excel)