02 2023 档案

摘要:import pandas as pdimport matplotlib.pyplot as plt catering_sale = "./data/catering_sale.xls"data = pd.read_excel(catering_sale, index_col = '日期')# pr 阅读全文
posted @ 2023-02-26 21:40 我刚好路过 阅读(20) 评论(0) 推荐(0)