摘要: import os import pandas as pd path = r'C:\\Users...' excelFile = os.path.join(path,'文件名') data = pd.read_excel(excelFile) https://blog.csdn.net/qq_265 阅读全文
posted @ 2021-03-01 08:34 kuanleung 阅读(85) 评论(0) 推荐(0)