# Show GN: PublicDataReader: 공공 데이터 조회 파이썬 라이브러리

> Clean Markdown view of GeekNews topic #7840. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7840](https://news.hada.io/topic?id=7840)
- GeekNews Markdown: [https://news.hada.io/topic/7840.md](https://news.hada.io/topic/7840.md)
- Type: show
- Author: [wooiljeong](https://news.hada.io/@wooiljeong)
- Published: 2022-11-18T06:30:36+09:00
- Updated: 2022-11-18T06:30:36+09:00
- Original source: [github.com/WooilJeong](https://github.com/WooilJeong/PublicDataReader)
- Points: 30
- Comments: 3

## Topic Body

#### PublicDataReader  
**PublicDataReader**는 **Open API를 통해 공공 데이터를 조회하는 과정을 자동화하는 오픈소스 로우코드 파이썬 라이브러리**입니다. 즉시 분석에 활용할 수 있는 형태로 데이터를 조회할 수 있어 생산성 향상에 도움을 주는 도구입니다. 공공 데이터 제공처 마다 서로 다른 API 명세를 확인하는 작업, 명세에 따라 적합한 형식으로 데이터를 요청하는 코드를 작성하는 작업 그리고 반환된 데이터를 분석 가능한 형태로 가공하는 작업 등의 번거로운 작업들을 단 몇 줄의 코드로 자동화할 수 있습니다. 발급받은 **Open API 서비스 인증키**와 **PublicDataReader** 라이브러리만으로 원하는 데이터를 쉽게 조회할 수 있습니다.  
  
#### 설치방법  
```bash  
pip install PublicDataReader  
```  
  
#### 데이터 제공처 별 조회 방법  
- [KOSIS 국가통계포털 데이터 조회 방법](https://github.com/WooilJeong/PublicDataReader/blob/main/assets/docs/kosis.md)  
- [공공데이터포털 데이터 조회 방법](https://github.com/WooilJeong/PublicDataReader/blob/main/assets/docs/portal.md)  
- [서울 열린데이터광장 데이터 조회 방법](https://github.com/WooilJeong/PublicDataReader/blob/main/assets/docs/seoul.md)  
- [Vworld 데이터 조회 방법](https://github.com/WooilJeong/PublicDataReader/blob/main/assets/docs/vworld.md)  
  
#### 소스코드  
- [PyPI](https://pypi.org/project/PublicDataReader/)  
- [GitHub](https://github.com/WooilJeong/PublicDataReader)

## Comments



### Comment 13534

- Author: japansea
- Created: 2022-11-30T23:12:54+09:00
- Points: 1

대단하십니다. 공공데이터 활용해봐야겠네요.

### Comment 13374

- Author: qkreoaksn
- Created: 2022-11-21T09:13:40+09:00
- Points: 1

개인 개발자분이 만든거였군요 ㄷㄷ 감사합니다!

### Comment 13343

- Author: xguru
- Created: 2022-11-18T10:28:52+09:00
- Points: 1

제가 예전에 [PublicDataReader - 공공 데이터 조회 라이브러리](https://news.hada.io/topic?id=5913) 뉴스로 올리긴 했었는데, 개발자께서 직접 Show에 올려주셨네요!  
훌륭한 작업을 공개해 주셔서 고맙습니다.
