본문 바로가기

STUDY/ERROR

'utf-8' codec can't decode byte 0xc0 in position 43: invalid start byte

728x90

해결방법

test = pd.read_csv(test_path, encoding='cp949')

encoding = 'cp949'를 붙이면 됨

 

728x90