摘要: import pandas as pd from matplotlib import pyplot as plt ##读取数据 url = r"F:\data\catering_fish_congee.xls" data = pd.read_excel(url,names=['date','sale 阅读全文
posted @ 2023-02-26 20:00 流浪猫i7 阅读(25) 评论(0) 推荐(0)