August 2018
Intermediate to advanced
90 pages
1h 57m
English
We will start by importing the necessary modules.
Import pandas to enable you to read in the data and start exploring it. The following screenshot shows the import pandas command:

Also, import matplotlib for drawing plots from the data.
We need to set some options for pandas and matplotlib. The following screenshot shows the command for importing matplotlib:

The first option we will set is called options.mode.chained_assignment = None.
Read now
Unlock full access