Python - 'Line 2D' object has no property 'kind', Each function belongs to different library: DataFrame.plot is function of pandas, and pyplot.plot is a function of matplotlib. Obviously, pandas' plot uses matplotlib to plot by default, as mentioned in .plot documentation.Even though,...