plt.show(). You can also define the plot kind by using the kind parameter as follows: var_df.plot(x='Column1', y='Column2', kind='bar'). Pandas DataFrames ...
確定! 回上一頁