摘要: 代码如下: 1 import pandas as pd 2 import os 3 # 获取文件名 4 file_path = r'D:\测试数据信息库\2021' 5 file_name = os.listdir(file_path) 6 print(file_name) 7 8 for file 阅读全文
posted @ 2023-06-08 09:31 茫茫人海中的一颗沙尘 阅读(170) 评论(0) 推荐(0) 编辑