I was installing Anaconda on my local machine. After installation, I was trying to read excel file unfortunately failed since I was getting some error. For your reference screenshot is attached. Even though I tried to install panda through command prompt as well .
import pandas as pd
pd.read_excel(“mtcars.xlsx”)
Do let me know as early as possible.