df.to_excel 最左边总是多了一列问题的解决办法:
设置index=False
df.to_excel ("test.xlsx",index=False)
df.to_excel ("test.xlsx",index=False)
df.to_excel 最左边总是多了一列问题的解决办法:
设置index=False
df.to_excel ("test.xlsx",index=False)
df.to_excel ("test.xlsx",index=False)