September 2021
Intermediate to advanced
440 pages
11h 39m
English
In part 1, we laid the groundwork for our mastery of pandas. Now that we’re comfortable working with Series and DataFrames, we can expand our horizons and learn how to tackle common problems in data analysis. Chapter 6 dives right into working with messy text data, including dealing with whitespace and inconsistent character casing. In chapter 7, we learn how to use the powerful MultiIndex to store and extract hierarchical data. Chapters 8 and 9 focus on aggregation: pivoting our DataFrames, grouping data into buckets, summarizing data, and more. In chapter 10, we explore how to merge datasets by using a variety of joins. Immediately afterward, we learn the ins and outs of working with another common data type, datetimes, ...