https://github.com/reodinas/streamlit_kmeans
프로젝트 진행 중 발생한 문제 해결 과정을 기록한 포스트입니다.
테스트 중에 csv 파일을 업로드 받을 때 에러가 발생했다.
csv 파일 인코딩 방식이 'utf-8'이 아니라면 이 에러가 뜬다.
try, except 구문으로 에러가 발생하면 인코딩 방식을 입력받게 수정했다.
'Debugging' 카테고리의 다른 글
REST API - GET할 때 TypeError (0) | 2023.01.04 |
---|---|
git pull 에러 - error: Your local changes to the following files would be overwritten by merge (0) | 2022.12.23 |
streamlit_kmeans 진행중 경고 - UserWarning (0) | 2022.12.23 |
streamlit_leisure 진행중 에러(3) - ValueError: Lengths must match to compare (0) | 2022.12.22 |
streamlit_leisure 진행중 에러(2) - DuplicateWidgetID (0) | 2022.12.20 |