Pandas Excel Export - Columns Out of Order

元气小坏坏 提交于 2019-12-23 02:53:29

问题


I'm using Output.to_excel('output.xls', index=True, header = False)

However when I open the excel sheet the columns or out of order.

When I use Output.to_csv('output.csv', index=True, header = False), the columns are in the appropraite order.

Any thoughts or suggestions?

Thanks

来源:https://stackoverflow.com/questions/30404791/pandas-excel-export-columns-out-of-order

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!