python pandas read csv 에러해결
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbd in position 0: invalid start byte
SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated UXXXXXXXX escape - ItsMyC
The SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape occurs if you are trying to access a file path and provide the path as a regular string.
itsmycode.com
SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated UXXXXXXXX escape - ItsMyC
The SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape occurs if you are trying to access a file path and provide the path as a regular string.
itsmycode.com
여기에 나온 에러해결처럼 했는데 안됐었다..
그러다 어떤 블로그를 보게 되고
encoding을 cp949로 바꿨는데 됐다..
cp949는 한글 인코딩 방식이라 한다!
해결을 도와주신 블로그 분에게 감사의 인사를 전합니다..감사합니다 흑흑