Part 2 – Working with Data
In this section, we will dive deeper into the key benefits and features of pandas. We will learn how to use DataFrames and Series to our advantage, alongside various advanced techniques surrounding them. We will also learn how to understand and transform data according to our needs and also visualize data as needed for analysis.
This section contains the following chapters:
- Chapter 5, Data Selection – DataFrames
- Chapter 6, Data Selection – Series
- Chapter 7, Data Exploration and Transformation
- Chapter 8, Data Visualization