Pandas is the python library written for data manipulation and analysis.

Pandas is an open-source, powerful, flexible, and easy-to-use programming language built on top of python.

Pandas can be installed by simply typing the below command

pip install pandas

Pandas library can be imported by typing

import pandas as pd

Pandas usually provide two data structures: series and dataframe.

Pandas also have a plot() method which can be used to create diagrams.

Pandas is the preferred choice of data science and data engineers for data manipulation