Import the required libraries. We will use pandas to read the Excel file:
import matplotlib.pyplot as pltimport pandas as pd