Skip to content

Commit

Permalink
Change filename and title
Browse files Browse the repository at this point in the history
  • Loading branch information
dandyrilla committed Jul 11, 2023
1 parent e2c7403 commit 7d25c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "판다스(pandas)에 없는 read_tsv() 와 to_tsv() 함수 만들어 사용하기"
title: "Pandas 에는 없는 read_tsv() 와 to_tsv() 함수 만들어 사용하기"
description: >
판다스는 기본적으로 CSV 파일을 읽고 쓸 수 있습니다. 하지만 탭으로 구분된 형식인 TSV (혹은 TXT) 파일의 사용 빈도도 꽤 높습니다. 이를 조금 더 간편하게
이용할 수 있는 방법은 없을까요? 본 포스팅에서는 TSV 파일을 간편하게 열고 저장할 수 있도록 하는 함수를 만들어 보겠습니다.
Expand Down

0 comments on commit 7d25c38

Please sign in to comment.