This section introduces you to the different data analysis tasks you can perform with the power of pandas. These highly practical chapters will make you an expert in the different data manipulation techniques that pandas has to offer, from accessing and selecting data to merging and grouping it with other data. All this is absolutely essential if you want to gain a mastery of using pandas for expert data analysis.
This section is comprised of the following chapters:
- Chapter 5, Indexing and Selecting in pandas
- Chapter 6, Grouping, Merging, and Reshaping Data in pandas
- Chapter 7, Special Data Operations in pandas
- Chapter 8, Time Series and Plotting Using Matplotlib