What is Pandas?
It is a Python library written for data manipulation and analysis.
Installation and Importing Pandas

Pandas Series
Pandas Series is a one-dimensional labeled array capable of holding data of any type (integer, string, float, python objects, etc.
Labels in Series
Labels can be used to access a specified value

Key/Value Objects as Series
Dataframes in Pandas
Dataframes in Pandas are like multi-dimensional tables, in which series are like columns.

Locating Rows in a DataFrame

Reading CSV File

Reading JSON File