강의

멘토링

커뮤니티

Inflearn Community Q&A

roider23164240's profile image
roider23164240

asked

Free Python Course (Usage Part 3) - Web Scraping (5 hours)

CSV Basics 2

csv파일 깨짐

Written on

·

304

0

open()메서드에 encoding="utf-8-sig" 써줘도 엑셀에서 한글이 깨지길래 encoding="cp949" 또는 "Euc-KR"로 바꿔줬더니 엑셀에서는 정상적으로 작동하는데 vscode에서 바로 csv파일을 보면����� 이런식으로 깨지네요. 엑셀프로그램에서와 csv파일에서 둘다 정상적으로 출력되는 방법은 없을까요?

웹 스크래핑pythonselenium웹-크롤링

Answer

This question is waiting for answers
Be the first to answer!
roider23164240's profile image
roider23164240

asked

Ask a question