摘要: import matplotlib.pyplot as pltimport pandas as pddatafile = 'air_data.csv'resultfile = 'explore.csv'data = pd.read_csv(datafile,encoding='utf-8')expl 阅读全文
posted @ 2023-03-13 22:57 詮釋 阅读(190) 评论(0) 推荐(0)