-
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbb in position 25: invalid start byteError Collections 2022. 8. 23. 14:31
When to occur?!
판다스로 pd.read_csv를 불러올때 생긴 오류
How to fix?!
encoding="euc-kr" 이나 "cp949" 를 넣으면은 해결!
cf. cp949가 euc-kr는 모두 한글 인코딩 방식이지만 cp949가 euc-kr의 확장버전
'Error Collections' 카테고리의 다른 글
Positional Argument Follows Keyword Argument In Python (0) 2022.10.09 ! [rejected] master -> master (non-fast-forward)error: failed to push some refs to (0) 2022.09.23 ValueError: Shapes (None, 1) and (None, 3) are incompatible (0) 2022.09.09 OSError: [Errno 22] Invalid argument (0) 2022.08.27 TypeError: expected string or bytes-like object (0) 2022.08.20