Dataframe (Data) df.plot(kind='bar',x="dataframe_1",y="dataframe_2") # bar can be replaced by # scatter or line or even left as default ...
確定! 回上一頁