Answers for "databricks importerror: missing optional dependency 'xlrd'. install xlrd >= 1.0.0 for excel support"

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 "databricks importerror: missing optional dependency 'xlrd'. install xlrd >= 1.0.0 for excel support"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language