pandas) Output exceeds the size limit. Open the full output data in a text editor
2022. 6. 17. 08:33ㆍTrouble shooting
문제 발생)
넘겨받은 엑셀파일이 몇가지 추가되었는데, 사이즈 리밋을 초과했다고 오류가 나옴
sorting_origin 과 sort_final 은 엑셀기준
22132*11 , 22139 *13 . 그렇게 차이도 나지 않는데..?
오류 로그)
Output exceeds the size limit. Open the full output data in a text editor
ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.
해결)...
넘겨받은 xlsx 파일에 암호가 걸려있었다.
암호없는 파일로 해결...
왜 Output exceeds the size limit. 이 표시되는지는 의문이긴하다. 에러로그를 자세히 보면 알수있을까.
아마 xlrd 라는 패키지를 설치하면 암호가 걸린 문서도 관리할수 있는것 같다.
나중에 찾아보자.
728x90
'Trouble shooting' 카테고리의 다른 글
아두이노 스케치 오류 (Arduino sketch trouble) board (0) | 2022.10.20 |
---|---|
pandas) 변수의 타입명을 기록하던가 잘 정리하자 (0) | 2022.06.20 |
pandas.read_excel 오류 (0) | 2022.06.08 |
OSError: [WinError 126] torch, caffe2_detectron_ops.dll [해결o] (0) | 2022.04.20 |
vscode 확장 python 설치 오류 (0) | 2022.04.19 |