Exercise: Loading the Case Study Data in a Jupyter Notebook

Let's load the data in our first Jupyter notebook.

Loading the case study data using pandas

Now that we’ve learned about Jupyter notebooks, the environment in which we’ll write code, and pandas, the data wrangling package, let’s load the data of the case study in our Jupyter notebook. We’ll use pandas within this notebook to load the case study data and briefly examine it.

Note: A Jupyter notebook is provided at the end of this lesson. If you want to create a new Jupyter notebook locally please refer to the appendix.

Perform the following steps to complete the exercise:

Get hands-on with 1200+ tech skills courses.