1. 차트 시각화
2. 자료 : proc transpoe
https://stackoverflow.com/questions/45596576/python-pandas-proc-transpose-equivalent
Python Pandas Proc Transpose Equivalent
I have a sas proc transpose i'm trying to replicate in pandas. Here is an example: ID = ['ID1', 'ID1', 'ID1', 'ID1', 'ID1'] obs_week = [201701,201701,201701,201701,201701] weeks_id = [1,2,3,4,5] ...
stackoverflow.com
3. Seaborn - SNS
https://seaborn.pydata.org/generated/seaborn.lineplot.html
seaborn.lineplot — seaborn 0.11.2 documentation
How to draw the legend. If “brief”, numeric hue and size variables will be represented with a sample of evenly spaced values. If “full”, every group will get an entry in the legend. If “auto”, choose between brief or full representation based o
seaborn.pydata.org
4. seaborn : size 조정
'Python, PySpark' 카테고리의 다른 글
Python dataframe 조건별로 날짜 변환 (0) | 2022.06.17 |
---|---|
Python loop로 객체 삭제 (0) | 2022.05.13 |
Python : CSV 쪼개기 (0) | 2021.09.08 |
SAS retain equivalent in Python (0) | 2021.08.22 |
python pandas.assign() 여러 변수 만들기 : 이전 변수 의존 (0) | 2021.06.26 |