openpyxl 설치 썸네일형 리스트형 [100일 챌린지] 파이썬 pandas 엑셀 import (xlrd 설치, openpyxl 설치, read_excel 에러) #021 난 csv 파일보다는 xls나 xlsx을 주로 사용한다. 그래서 순수하게 xlsx 파일을 읽어오려던 것뿐인데... 에러 문구를 보니.... ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd. xlrd를 설치해야 해? 1. xlrd 설치 외부 라이브러리 설치는 모다??? pip install 이다 ㅎㅎ cmd창에서 pip install xlrd 명령어를 입력한다. 이제 되는 건가?? ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is support.. 더보기 이전 1 다음