728x90
해결방법
test = pd.read_csv(test_path, encoding='cp949')
encoding = 'cp949'를 붙이면 됨
728x90
'STUDY > ERROR' 카테고리의 다른 글
Cannot handle this data type: (1, 1, 3), <f8 해결방법 (0) | 2023.04.20 |
---|---|
An exception has occurred, use %tb to see the full traceback. 주피터 노트북에서 argparser 사용하기 (0) | 2023.04.11 |
ValueError: pic should be 2/3 dimensional. Got 4 dimensions.해결법 : torch.from_numpy() (0) | 2023.04.06 |
[파이썬 가상환경] python 가상환경 진입 오류 해결 (0) | 2022.12.16 |
downgrade the protobuf package to 3.20.x or lower. (0) | 2022.06.23 |