Skip to content

Commit c6b43ee

Browse files
committed
first commit
0 parents  commit c6b43ee

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

β€ŽREADME.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Python Visualization Tutorial
2+
3+
***author : subinium***
4+
5+
Python Visualization Tutorial
6+
7+
## Visualization Libraries
8+
9+
### Static
10+
11+
- matplotlib
12+
- seaborn
13+
- plotnine
14+
15+
### Interactive
16+
17+
- plotly
18+
- plotly.express
19+
- bokeh
20+
- altair
21+
22+
### Specific
23+
24+
- missingno
25+
- pywaffle
26+
- networkx
27+
- wordcloud
28+
29+
### Geo
30+
31+
- folium
32+
- geopandas
33+
- basemap
34+
- pygmap
35+
36+
### Interpretable AI
37+
38+
- dtreeviz
39+
- SHAP
40+
- LIME
41+
42+
## My Personal Project

0 commit comments

Comments
 (0)