pandasでExcelが読み込めない「Excelxlrd」

2020年12月21日

pandasでExcelが読み込めない「Excelxlrd」

pandasでExcelが読み込めなかった時のエラーの解決方法です。
参考:
  Pandasで『Install xlrd >= 0.9.0 for Excel support』の解決方法【Python】

エラー


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

解決方法


pip3 install xlrd
YouTube

2020年12月21日