Chapter 3. Introduction to NumPy, Pandas, and Matplotlib
Note
Learning Objectives
By the end of the chapter, you will be able to:
Create and manipulate one-dimensional and multi-dimensional arrays
Create and manipulate pandas DataFrames and series objects
Plot and visualize numerical data using the Matplotlib library
Apply matplotlib, NumPy, and pandas to calculate descriptive statistics from a DataFrame/matrix
Note
In this chapter, you will learn about the fundamentals of the NumPy, pandas, and matplotlib libraries.