I am new to python and pandas, and have the following DataFrame
.
How can I plot the DataFrame
where each ModelID
is a separate plot, saledate
is the x-axis and MeanToDate
is the y-axis?
Attempt
data[40:76].groupby('ModelID').plot()
DataFrame
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…