This chapter gets into the heart of this book: the pandas library. This fantastic Python library is a perfect tool for anyone who wants to perform data analysis using Python as a programming language.
First you’ll learn about the fundamental aspects of this library and how to install it on your system, and then you’ll become familiar with the two data structures, called series and dataframes. During the course of the chapter, you’ll work with a basic set of functions provided by the pandas library, in order to perform ...