Python 将多个excel表格合成一个

学了半天,总算搞会了python 看代码: app import pandas as pd import numpy as np import glob filearray=[] filelocation="文件地址" for filename in glob.glob(filelocation+"*.xlsx"): filearray.append(filename) res=pd.re
相关文章
相关标签/搜索