Introduction
Pandas is a Python library for data analysis and manipulation. Almost all operations in pandas
revolve around DataFrame
s.
A Dataframe
is is an abstract representation of a two-dimensional table which can contain all sorts of data. They also enable us give all the columns names, which is why