SiLaure's Data
[Seaborn] 01. Seaborn이란 본문
- Seborn Library
: 데이터를 정제, 분석 후 matplotlib을 기본으로 다양한 시각화 기법을 제공하는 라이브러리.
- 특징
- Python에 내장된 Matplot Library보다 Powerful 하다.
- 예쁘다.
- 정보를 쉽게 이해할 수 있도록 시각화 처리를 할 수 있다.
- pandas DataFrame과 매우 호환이 잘 된다.
- 기본 세팅
e.g. sns.xxxplot(data=df)
- 공식 홈페이지에서 볼 만한 페이지
http://seaborn.pydata.org/introduction.html
http://seaborn.pydata.org/examples/index.html
- Boxplot
http://seaborn.pydata.org/examples/grouped_boxplot.html
- Heatmap
http://seaborn.pydata.org/examples/many_pairwise_correlations.html
- Pairplot
http://seaborn.pydata.org/examples/scatterplot_matrix.html
'Records of > Learning' 카테고리의 다른 글
[Seaborn] 03. barplot & countplot --막대형 그래프 (0) | 2021.07.26 |
---|---|
[Seaborn] 02. histplot & displot (0) | 2021.07.26 |
[Pandas] 05. 외부 데이터 읽고 쓰기 (0) | 2021.07.26 |
[Pandas] 04. DataFrame Indexing (0) | 2021.07.26 |
[Pandas] 03. DataFrame Method (0) | 2021.07.25 |
Comments