Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

Python Data Visualization

Python + 데이터시각화로 할 수 있는 다양한 팁들과 튜토리얼을 만드는 것을 목표로 합니다.

Libraries

use는 제가 사용해본 라이브러리 체크를 위해 만들었습니다

Static

범용적으로 사용하는 정적 데이터 시각화 라이브러리입니다.

matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통 정적 데이터 시각화에 많이 활용합니다.

NameDescriptionDocumentationGithubuse
matplotlib가장 기본적이고 범용적인 시각화 라이브러리matplotlibgithubO
seabornmatplotlib을 베이스로하는 통계 시각화seaborngithubO
plotnineggplot2을 사용할 수 있는 라이브러리plotninegithubX

Interactive

인터랙티브 시각화 라이브러리 입니다. 위의 툴들보다 훨씬 다채로운 시각화를 진행할 수 있습니다.

이 라이브러리들도 다양한 시각화를 지원합니다. (네트워크, 지도, 등등)

NameDescriptionDocumentationGithubuse
plotlyplotlygithubO
bokehbokehgithubO
altairaltairgithubO
pygalpygalgithubX
pyechartspyechartsgithubX

Network

관계를 시각화하는 라이브러리 입니다.

NameDescriptionDocumentationGithubuse
networkxnetworkxgithubO
python-igraphpython-igraphgithubX

Geo

지도/지리 데이터 시각화 라이브러리입니다.

NameDescriptionDocumentationGithubuse
foliumleaflet.jsfoliumgithubO
geopandasgeopandasgithubX
googlemaps구글 지도 APIgooglemapsgithubX
kepler.glJupyter Widget으로 사용가능 (3D)kepler.glgithubX

ETC

특수한 목적의 시각화 라이브러리입니다. 이 라이브러리는 Matplotlib을 기반으로 만들어졌습니다.

NameDescriptionDocumentationGithubuse
missingno결측치githubO
pywaffle와플 차트pywafflegithubO
wordcloud워드 클라우드wordcloudgithubO
squarify트리맵githubO

Interpretable AI

머신러닝 모델의 해석을 위해 만들어진 라이브러리입니다. (제 목표이기도 합니다.)

NameDescriptionDocumentationGithubuse
SHAPShapley + @SHAPgithubO
dtreeviz결정트리 시각화dtreevizgithubO
LIMELIMEgithubX

데이터를 다루는 라이브러리

NameDescriptionDocumentationGithubuse
numpy벡터 및 행렬 연산 라이브러리matplotlibgithubO
pandas데이터 분석 라이브러리seaborngithubO

About

All about Python Visualization

Topics

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages