Python/Exception2 [Python] Dataframe_image OsError: Chrome executable not able to be found on your machine 원인 파이썬에서 dataframe_image 사용시 크롬 설치가 안됐을때 뜨는 에러 해결 apt install chromium-chromedriver 2023. 5. 7. [Python] AttributeError: 'DataFrame' object has no attribute 'tolist' 데이터 프레임을 리스트로 변경할때 뜨는 에러 메세지 df[col].tolist() # AttributeError: 'DataFrame' object has no attribute 'tolist' 해결방법 df[col].values.tolist() values.tolist() 로 변경하면 된다. 2022. 12. 12. 이전 1 다음 반응형