#假设data是一个DataFrame对象,如果要把它的第二列转换为List
print(data.iloc[:,1].to_list())

 

相关文章:

  • 2023-01-17
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
相关资源
相似解决方案