In this lesson, we will introduce the Pandas library, the library for data analysis in Python. It is considered the de facto standard for data analysis in Python. It is built on top of Numpy and is designed to work with Numpy arrays.
-
What is Pandas (skip the GPU-Accelerated DataFrames section)
-
Official Pandas Documentation
-
Pandas Cheatsheet 1
-
Pandas Cheatsheet 2