데이터 분석에 필요한 사이트
[크롤링시에 인코딩에러]
분석친구
2022. 1. 6. 22:49
- utf8
- cp949
- utf-8-sig
- euc-kr
https://zephyrus1111.tistory.com/39
[오류 해결] UnicodeDecodeError : 'utf-8' codec can't decode byte 0xbc in position 0: invalid start byte
안녕하세요~ 꽁냥이에요. Pandas에서 read_table, read_csv, read_excel과 같이 데이터를 읽어오는 함수를 사용할 때 간혹 아래와 같은 오류가 발생합니다. UnicodeDecodeError : 'utf-8' codec can't decode byte..
zephyrus1111.tistory.com