Chapter 3. The Five Steps of Data Science
We have spent extensive time looking at the preliminaries of data science, including outlining the types of data and how to approach datasets depending on their type. This chapter will focus mostly on the third step of exploration. We will use the Python packages pandas
and matplotlib
to explore different datasets.