摘要: import pandas as pddatafile=r'D:\python学习\data\data.csv'resultfile=r'D:\python学习\data\explore.csv'data=pd.read_csv(datafile, encoding='utf-8')explore= 阅读全文
posted @ 2023-03-13 21:39 小跃跃- 阅读(62) 评论(0) 推荐(0)