I was trying to import the xls file where I am getting this error.
ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.
Help me resoling this error. Error screenshot
Guidance in how to use pip or conda to install xlrd.
You missed the dependency, below is the command to install it.
pip install xlrd