利用pandas合併多個excel原來這麼簡單

具體方法: 1使用panda read_excel 方法加載excel 2使用concat將DataFrame列表進行拼接 3然後使用pd.ExcelWriter對象和to_excel將合併後的DataFrame保存成excel 方法很簡單很使用,下面是代碼和excel圖片 參考文檔 pandas.DataFrame.to_excel import pandas as pd file1='C:/
相關文章
相關標籤/搜索