- Data Wrangling with Python
- Dr. Tirthajyoti Sarkar Shubhadeep Roychowdhury
- 72字
- 2021-06-11 13:40:26
Chapter 3
Introduction to NumPy, Pandas,and Matplotlib
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
In this chapter, you will learn about the fundamentals of the NumPy, pandas, and matplotlib libraries.
推薦閱讀