Pandas drawing

Pandas drawing


1 pandas.DataFrame.plot

  • DataFrame.plot(kind='line')
  • kind: str, the kind of graphics to be drawn

More details: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.plot.html?highlight=plot#pandas.DataFrame.plot

2 pandas.Series.plot

More details: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.plot.html?highlight=plot#pandas.Series.plot

Guess you like

Origin blog.csdn.net/weixin_44799217/article/details/113926274