摘要: import pandas as pd import matplotlib.pyplot as plt weeks=pd.read_excel('c:/Temp/Orders.xlsx',index_col='Week') print (weeks) print(weeks.columns) weeks.plot.area(y=['Accessories','Bikes','Clothin... 阅读全文
posted @ 2019-06-11 12:00 Inserence 阅读(334) 评论(0) 推荐(0) 编辑