I wanna graph this Excel data I have into a Python file with two axes.
This is the Excel File I have and I want to convert this data into a Python chart using Matplotlib and Pandas to read the Excel data. Note: I want the chart to have two y axes. First column is the x axis, Columns 2 and 3 are gonna be plotted on the first Y axis and 4 and 5 on the secondary y axis.
Note: Please suggest a way to extract the Excel data into python without actually making a list of the data in python