@@ -16,7 +16,7 @@ matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통
16
16
| -------------- | ------------------------------------- | ------------------------------------------------------ | -------------------------------------------------- | --- |
17
17
| ** matplotlib** | 가장 기본적인 시각화 라이브러리 | [ matplotlib] ( https://matplotlib.org/ ) | [ github] ( https://github.com/matplotlib/matplotlib ) | O |
18
18
| ** seaborn** | matplotlib을 베이스로하는 통계 시각화 | [ seaborn] ( http://seaborn.pydata.org/ ) | [ github] ( https://github.com/mwaskom/seaborn ) | O |
19
- | ** plotnine** | ggplot2을 사용할 수 있는 라이브러리 | [ plotnine] ( https://plotnine.readthedocs.io/en/stable/ ) | [ gituhub ] ( https://github.com/has2k1/plotnine ) | X |
19
+ | ** plotnine** | ggplot2을 사용할 수 있는 라이브러리 | [ plotnine] ( https://plotnine.readthedocs.io/en/stable/ ) | [ github ] ( https://github.com/has2k1/plotnine ) | X |
20
20
21
21
### Interactive
22
22
@@ -29,7 +29,7 @@ matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통
29
29
| ** plotly** | | [ plotly] ( https://plot.ly/python/ ) | [ github] ( https://github.com/plotly/plotly.py ) | O |
30
30
| ** bokeh** | | [ bokeh] ( https://bokeh.org/ ) | [ github] ( https://github.com/bokeh/bokeh ) | O |
31
31
| ** altair** | | [ altair] ( https://altair-viz.github.io/ ) | [ github] ( https://github.com/altair-viz/altair ) | O |
32
- | ** pygal** | | [ pygal] ( http://www.pygal.org/en/stable/ ) | [ github] ( https://github.com/Kozea/pygal ) | x |
32
+ | ** pygal** | | [ pygal] ( http://www.pygal.org/en/stable/ ) | [ github] ( https://github.com/Kozea/pygal ) | X |
33
33
| ** pyecharts** | | [ pyecharts] ( https://pyecharts.org/ ) | [ github] ( https://github.com/pyecharts/pyecharts/ ) | X |
34
34
35
35
### Network
@@ -39,7 +39,7 @@ matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통
39
39
| Name | Description | Documentation | Github | use |
40
40
| ----------------- | ----------- | ------------------------------------------------------------ | ------------------------------------------------- | --- |
41
41
| ** networkx** | | [ networkx] ( https://networkx.github.io/documentation/stable/ ) | [ github] ( https://github.com/networkx/networkx ) | O |
42
- | ** python-igraph** | | [ python-igraph] ( https://igraph.org/python/ ) | [ github] ( https://github.com/igraph/python-igraph ) | x |
42
+ | ** python-igraph** | | [ python-igraph] ( https://igraph.org/python/ ) | [ github] ( https://github.com/igraph/python-igraph ) | X |
43
43
44
44
### Geo
45
45
@@ -48,8 +48,8 @@ matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통
48
48
| Name | Description | Documentation | Github | use |
49
49
| -------------- | ------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | --- |
50
50
| ** folium** | leaflet.js | [ folium] ( https://python-visualization.github.io/folium/ ) | [ github] ( https://github.com/python-visualization/folium ) | O |
51
- | ** geopandas** | | [ geopandas] ( https://geopandas.readthedocs.io/en/latest/ ) | [ github] ( https://github.com/geopandas/geopandas ) | x |
52
- | ** googlemaps** | 구글 지도 API | [ googlemaps] ( https://googlemaps.github.io/google-maps-services-python/docs/index.html ) | [ github] ( https://github.com/googlemaps/google-maps-services-python ) | x |
51
+ | ** geopandas** | | [ geopandas] ( https://geopandas.readthedocs.io/en/latest/ ) | [ github] ( https://github.com/geopandas/geopandas ) | X |
52
+ | ** googlemaps** | 구글 지도 API | [ googlemaps] ( https://googlemaps.github.io/google-maps-services-python/docs/index.html ) | [ github] ( https://github.com/googlemaps/google-maps-services-python ) | X |
53
53
54
54
### Specific
55
55
@@ -71,7 +71,7 @@ matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통
71
71
| ------------ | --------------- | ------------------------------------------------------------- | ------------------------------------------- | --- |
72
72
| ** SHAP** | Shapley + @ | [ SHAP] ( https://shap.readthedocs.io/en/latest/# ) | [ github] ( https://github.com/slundberg/shap ) | O |
73
73
| ** dtreeviz** | 결정트리 시각화 | [ dtreeviz] ( https://explained.ai/decision-tree-viz/index.html ) | [ github] ( https://github.com/parrt/dtreeviz ) | O |
74
- | ** LIME** | | [ LIME] ( https://lime-ml.readthedocs.io/en/latest/lime.html ) | [ github] ( https://github.com/marcotcr/lime ) | x |
74
+ | ** LIME** | | [ LIME] ( https://lime-ml.readthedocs.io/en/latest/lime.html ) | [ github] ( https://github.com/marcotcr/lime ) | X |
75
75
76
76
77
77
### 데이터를 다루는 라이브러리
0 commit comments