boxplot()
CODEDRAGON ㆍDevelopment/Python
반응형
boxplot()
plot.box()외에 boxplot()메소드를 통해 박스플롯을 만들 수 있습니다.
DataFrame.boxplot(column=None, by=None, ax=None, fontsize=None, rot=0, grid=True, figsize=None, layout=None, return_type=None, **kwds) |
parameter | description |
by | 지정한 컬럼으로 그룹핑을 수행합니다. |
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.boxplot.html
'Development > Python' 카테고리의 다른 글
filter() (0) | 2020.02.15 |
---|---|
sys.getrefcount() (0) | 2020.02.15 |
객체 생성 (0) | 2020.02.14 |
Python Wheels (0) | 2020.02.14 |
pip 명령어 (0) | 2020.02.14 |