pd.read_csv 불러올 때 하기와 같은 에러 메시지 뜨면
'utf-8' codec can't decode byte 0xbd in position 226: invalid start byte
encoding='cp949' 를 입력해볼 것
반응형
'데이터관련공부 > Python' 카테고리의 다른 글
pd.Series.values (시리즈 내 개별 원소 추출) (0) | 2024.05.27 |
---|---|
[Python Viz] Dash 기본 컨셉 및 간단한 대시보드 그리기 (0) | 2024.05.19 |
Python | 값 변환하기 (조건 포함) (0) | 2023.11.24 |
python | 시각화 (Visualization), Matplotlib으로 여러 개 그래프 그리기 (0) | 2023.10.26 |
Python | pandas.index.difference() (판다스.인덱스.difference) (0) | 2023.10.26 |