일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- associationrule
- conda install error
- 티스토리 초보자 팁
- GA
- sklearn
- 영어 팟캐스트
- counterfactual
- knn
- 파이썬
- seaborn
- Apriori
- 힙큐
- 힙정렬
- GA4
- mlxtend
- 구글애널리틱스
- 패키지 설치
- resolve()
- PCAcorr
- Python
- transcript
- 설치에러
- heapq
- NN
- nearestneighbor
- Path parent
- catplot
- dataanalysis
- pathlib
- cnn student news
Archives
- Today
- Total
데이터, 그로스 마케팅 연구와 기록
[python] seaborn.catplot kind 종류 본문
chart visualization 에 자주사용하는 seaborn.catplot seaborn.pairplot 종류
Categorical scatterplots:
- stripplot() (with kind="strip"; the default)
- swarmplot() (with kind="swarm")
Categorical distribution plots:
- boxplot() (with kind="box")
- violinplot() (with kind="violin")
- boxenplot() (with kind="boxen")
Categorical estimate plots:
- pointplot() (with kind="point")
- barplot() (with kind="bar")
- countplot() (with kind="count")
'Data Analytics' 카테고리의 다른 글
[Scikit Learn] Neighbors 섹션으로 살펴본 NN알고리즘 (0) | 2022.04.16 |
---|---|
[Python] MLxtend 주요 기능들 (0) | 2022.04.13 |
[Association rules] 힙큐 알고리즘 heapq (0) | 2022.04.13 |
[Python] Pathlib - resolve 와 parent (0) | 2022.03.16 |
[Python] 아나콘다 패키지 설치 에러 - 명령프롬프트로 해결해보자 - SSL 인증서 문제 feat.conda (0) | 2022.03.02 |
Comments