Pandas: Exploratory Analysis and Visualisation
In the previous section, matplotlib
was used to plot various graphs using various arrays of x and y values. The power of pandas
is showcased when moving from data subsetting to exploration of data by plotting quickly within a few lines of code.
The famous Iris dataset would be used in this section to highlight the power of pandas
and its built-in plot
functions.