摘要: import pandas as pddatafile='E:/桌面/air_data.csv'resultfile='E:/桌面/explore.csv'data=pd.read_csv(datafile,encoding='utf-8')explore=data.describe(percent 阅读全文
posted @ 2023-03-12 22:23 广师大王信凯 阅读(24) 评论(0) 推荐(0)