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