Pandas有以下類型的圖可以繪製折線圖df.plot() 柱狀圖df.plot(kind='bar') 橫向柱狀圖df.plot(kind='barh') 直方圖df.plot(kind='hist') KDE圖df.plot(kind='kde')
確定! 回上一頁