Chapter 3. The Five Steps of Data Science
We have spent quite some time looking at the preliminaries of data science, including outlining the types of data and how to approach datasets depending on their type.
In this chapter, in addition to the introduction of data science, we will focus on the following topics:
- Steps to perform data science
- Data exploration
- Data visualization
We will use the Python packages pandas
and matplotlib
to explore different datasets.