plot()
method, which is
based on Matplotlib. This allows for quick and simple creation of basic plots directly from a DataFrame or Series..plot()
method with the appropriate kind
argument to specify the type of plot.plt.show()
to render the visualization.