1. 차트 시각화

https://wikidocs.net/92087

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 조정

 

https://chunggaeguri.tistory.com/entry/Data-Analysis-seaborn-figure-%EC%82%AC%EC%9D%B4%EC%A6%88-%EC%A1%B0%EC%A0%88%ED%95%98%EB%8A%94-%EB%B2%95

 

 

반응형

+ Recent posts