Learn about the fundamental data type used for labelled sequential data.
Learn about multiple ways to access subsections of a Series or a DataFrame and singular elements in it.
Learn how to create filter masks to separate out the interesting data.
Learn how to add and manipulate existing data in a DataFrame or Series.
Pyplot is a collection of shortcuts for common tasks. Learn how to use it to create basic plots.
Learn how to create multiple plots and arrange them in a single figure.
Learn about an alternative approach to setting up plots.
Learn how you can combine Pandas and Matplotlib for quick plotting.
The loaded data set still has quite a few inconsistencies, missing values and formatting peculiarities that need to be dealt with before it is ready for analysis.