3. Introduction to NumPy, Pandas, and Matplotlib
Overview
In this chapter, you will learn about the fundamentals of the NumPy, pandas, and matplotlib libraries. You will learn to create one-dimensional and multi-dimensional arrays and manipulate pandas DataFrames and series objects. By the end of this chapter, you will be able to visualize and plot numerical data using the Matplotlib library, as well as to apply matplotlib, NumPy, and pandas to calculate descriptive statistics from a DataFrame or matrix.