在实际操作中有时候需要把采集的数据或者分析完的数据保存为excel中,列名按照执行排序,一开始我采用DataFrame的ix方式去实现是可以达到预期的,不过最近发现好像该方法函数被移除了,运行会抛出以下错误:
Traceback (most recent call last):
File "test.py", line 149, in <module>
test()
File "test.py", line 143, in test
result_data, cols = add_excel(sheet_list, cols, excels, self.path)
File "te

最低0.47元/天 解锁文章
3009

被折叠的 条评论
为什么被折叠?



