摘要: 点击查看代码 ``` import pandas as pd from tqdm import tqdm file1 = r"files/1.xls" file2 = r"files/2.xls" df_File1 = pd.read_excel(file1, sheet_name='keyWord 阅读全文
posted @ 2023-08-29 22:22 W3w 阅读(59) 评论(0) 推荐(0)