You can use the following syntax to plot multiple series from a single pandas DataFrame: plt.plot(df['series1']) plt.plot(df['series2']) ...
確定! 回上一頁