debug
x VAN x
这个作者很懒,什么都没留下…
展开
-
pandas文件命名报错
问题描述将单个excel表格按照index分割成多个excel文件,但是原程序的命名方式多了个文件夹的名称,所以想去掉,去掉时报错@yaoyufan sheet_name1 = index_list[n] # 保存路径命名,为相对路径 path_to_file = "D:\TEST\TEST_cut_d_sheet\output" + sheet_name1 + ".xlsx" # 保存,无索引 data1.to_excel(path_to_file, sheet_n原创 2022-05-07 14:47:13 · 747 阅读 · 0 评论 -
2020-11-25
Userlarning: Matplotlib is currently using agg, which is a non-gui backend, so cannot show the figure问题:使用了当下最新版本的matplotlib3.0.3,但是程序运行时出现如下的错误:解决办法:pip upgrade 了 matplotlib2.2.2,程序可以运行了,本人使用的是pycharm,会自动提示:忽略即可。...原创 2020-11-25 10:57:53 · 85 阅读 · 0 评论