摘要: import pandas as pdcatering_sale=(r'D:\数据挖掘\catering_sale.xls')data=pd.read_excel(catering_sale,index_col='日期')print(data.describe()) import matplotli 阅读全文
posted @ 2023-02-25 22:42 Nothingtolose0116 阅读(69) 评论(0) 推荐(0) 编辑