Section 2: Using Pandas for Data Analysis
Now that we have some exposure to the pandas
library, understand what data analysis entails, and know various ways to collect data, we will focus on the skills we need to perform data wrangling and exploratory data analysis. This section will give us the tools we need to manipulate, reshape, summarize, aggregate, and visualize data in Python.
This section comprises the following chapters:
- Chapter 3, Data Wrangling with Pandas
- Chapter 4, Aggregating Pandas DataFrames
- Chapter 5, Visualizing Data with Pandas and Matplotlib
- Chapter 6, Plotting with Seaborn and Customization Techniques