4 Pandas 2: Plotting

The main tool for visualization in pandas is the plot() method for Series and DataFrames . The method has a keyword argument kind that speci es the type of plot to draw. The alidv options for kind are detailed below. Plot Type plot() ID Uses and Advantages Line plot "line" Show trends ordered in data; easy to compare multiple data sets ................
................