pandas.read_excel 오류
2022. 6. 8. 09:34ㆍTrouble shooting
ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl.
해결법
cmd
-> pip install openpyxl
728x90
'Trouble shooting' 카테고리의 다른 글
pandas) 변수의 타입명을 기록하던가 잘 정리하자 (0) | 2022.06.20 |
---|---|
pandas) Output exceeds the size limit. Open the full output data in a text editor (0) | 2022.06.17 |
OSError: [WinError 126] torch, caffe2_detectron_ops.dll [해결o] (0) | 2022.04.20 |
vscode 확장 python 설치 오류 (0) | 2022.04.19 |
sort() 가 왜 안댐?? (0) | 2022.03.12 |