Let’s master the pandas basics. Learn how to inspect DataFrames and perform fundamental manipulations, including sorting rows, subsetting, and adding new columns.
In this chapter, you’ll calculate summary statistics on DataFrame columns, and master grouped summary statistics and pivot tables.
Indexes are supercharged row and column names. Learn how they can be combined with slicing for powerful DataFrame subsetting.
Learn to visualize the contents of your DataFrames, handle missing data values, and import data from and export data to CSV files.