
Hello, this is Dev_dog. In this post, We're going to check the way to get rid of blank lines generated every line when using csv.writer in Python. If you find any errors or have any questions, feel free. 한글 포스트는 아래 링크에서 보실 수 있습니다 : [KR/PYTHON] - [PYTHON3] CSV/TSV 매 행마다 공백줄 생성 문제 해결 방법 Development Environment Windows 10 python 3.6.4 Problem When creating a csv or tsv file through csv.writer in Wi..

안녕하세요. 개발개입니다. 이번 글에서는 Python으로 CSV 또는 TSV 쓰기 작업 시 공백줄(빈 줄)이 행마다 자동 생성 되는 문제를 해결하는 방법에 대해 알아보도록 하겠습니다. 오타, 오류 혹은 기타 의견은 언제든지 환영합니다. You can also read this post in Enlish via the link below : [EN/PYTHON] - [PYTHON3] How to get rid of blank lines between rows (for csv.writer) 개발환경 Windows 10 python 3.6.4 문제 상황 Windows 환경에서 csv.writer를 통해 파일 tsv 파일 생성 시, 매 행마다 추가적으로 공백줄(빈줄)이 생성되는 상황 (csv도 동일) 문제 소스..