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
相關文章
相關標籤/搜索