June 2024
Beginner to intermediate
552 pages
16h 11m
English
In the previous chapter, we did some very rudimentary data exploration by looking at a few details relating to our dataset, using functions such as pandas.DataFrame.info() and pandas.DataFrame.head(). In this chapter, we will dive deeper into the realm of data exploration and preparation for data science workloads, as represented by the section highlighted in blue in the data science life-cycle diagram shown in Figure 6.1:
Figure 6.1: Data exploration and processing
In the early stages of a typical data science project, you would likely perform many of the ...
Read now
Unlock full access