Python合并多个Excel文件

网上抄的一段代码,可以把多个文件合并起来。import pandas as pd file1='jan.xls' file2='feb.xls' file3='mar.xls' file4='apr.xls' file5='may.x...