Answers for "error occurred on loading excel file in pandas form missing optional dependency 'xlrd'. install xlrd >= 1.0.0 for excel support use pip or conda to install xlrd."

2

Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.

conda install -c anaconda xlrd
Posted by: Guest on January-27-2021

Code answers related to "error occurred on loading excel file in pandas form missing optional dependency 'xlrd'. install xlrd >= 1.0.0 for excel support use pip or conda to install xlrd."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language