Skip to content

sorrychoe/pyBigKinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c234f6c · Sep 29, 2024
Jun 8, 2023
Jun 3, 2023
Jun 8, 2023
Sep 29, 2024
Sep 29, 2024
Sep 28, 2024
Jul 14, 2023
Jun 6, 2023
May 19, 2023
Sep 29, 2024
Aug 20, 2023
Sep 29, 2024
Sep 29, 2024
Jun 8, 2023

Repository files navigation

pyBigKinds

pyBigKinds는 한국 언론의 빅데이터 저장소인 BigKinds에서 추출한 데이터를 low-Code로 분석할 수 있게 만든 툴입니다.

Requirements

  • Python >= 3.8

Installation

  • macOS

    python3 -m pip install pyBigKinds
  • Windows, linux

    python -m pip install pyBigKinds

Usage

import pyBigKinds as bk

bk.press_counter(df)

import pyBigKinds as bk

bk.keywords_wordcloud(df, "중앙일보")

License

MIT

you have some issue?

사용 중 문제 발생 시, 해당 Repo issue에 등록해주세요.