In this tutorial, we will learn about read excel file in python using the pandas library.
In this example, we are using the pandas library to read an excel file.
Pandas is an open-source library that has a lot of features inbuilt. Here we are using it for reading the excel file.
For More refer to official docs of the pandas
https://pandas.pydata.org/
For our exercise, I am going to use the below excel file format.

Pandas Installtion
Read excel example
Output
References
https://beginnersbug.com/create-dataframe-in-python-using-pandas/