我有一個(gè)以日期為索引的以下數(shù)據(jù)框 Apples Oranges Strawberries07-13-2020 1 5 1007-14-2020 1 17 4我必須用 Y 軸上的水果數(shù)量和 x 軸上的日期制作上述數(shù)據(jù)框的折線圖。df.plot(x=df.index,y=["Apples","Oranges","Strawberries"],kind="line") is not working我該如何解決?
添加回答
舉報(bào)
0/150
提交
取消
