Now that we have some exposure to the pandas library, understand what comprises data analysis, 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.
The following chapters are included in this section:
- 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