luckiness
1 import   pandas
2 excel=pandas.read_excel(\'填充数据.xlsx\',header=3,index_col=\'id\')
3 excel.sort_values(by=[\'worthy\',\'price\'],inplace=True,ascending=[True,False])
4 print(excel)

 

分类:

技术点:

相关文章:

  • 2021-06-26
  • 2022-01-28
  • 2022-12-23
  • 2021-04-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
猜你喜欢
  • 2022-01-02
  • 2021-07-28
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案