pandas) Output exceeds the size limit. Open the full output data in a text editor

2022. 6. 17. 08:33Trouble 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