摘要: 总结 ............. 图3-1 import pandas as pdcatering_sale = 'catering_sale.xls'data = pd.read_excel(catering_sale,index_col = u'日期')print(data.describe() 阅读全文
posted @ 2023-02-26 20:35 好想看你的微笑 阅读(28) 评论(0) 推荐(0) 编辑