데이터 과학

시각화 seaborn 본문

Kaggle 데이터 분석, 딥러닝

시각화 seaborn

티에스윤 2022. 5. 31. 10:07

pandas를 사용하여 프로그래밍을 하다 보면 시각화가 필요할 때 사용하는 라이브러리입니다. 

seaborn으로 사용방법은 아래 링크에서 찾아 볼 수 있습니다. 

 

https://seaborn.pydata.org/

 

seaborn: statistical data visualization — seaborn 0.11.2 documentation

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. For a brief introduction to the ideas behind the library, you can read the introductory note

seaborn.pydata.org

 

 

주피터 노트북을 설치한 후에 아래 소스대로 코딩을 하면 간단한 시각화를 할 수 있습니다. 

아래 소스는 튜터리얼 안 Visualizing statistical relationships 에 있는 소스입니다. 

 

 

이외의 내용은 실습으로 마무리를 합니다.