pandas修改excel内容?
答:pandas修改excel内容为:
python可以利用pandas中的read_csv()读取单个excel文件,
因此我们只需要批量生成文件的名称即可,
然后循环读取文件名。