ValueError
-
[에러해결] pandas | pd.read_excel 오류 해결 (ValueError)__Python 2021. 5. 29. 04:26
엑셀 데이터를 읽어오는데 다음과 같은 에러가 발생했다. ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead. [해결] !pip install openpyxl excel 불러오기 깔끔하게 성공 단 excel은 csv 파일과 달리, sheet를 지정해줘야 한다. (╯°□°)╯