개발/Python

Pandas read_excel error : ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.

강서버 2021. 5. 21. 20:52
728x90
반응형

Pandas read_excel error : 

ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.

 

1. openpyxl install

$ pip install openpyxl

 

728x90
반응형