공부

파이썬 히스토그램과 박스플롯 그리기

김파파 2022. 11. 12. 19:09

판다스의 데이터프레임을 하나 만든다. 병아리 이름과 몸무게가 한 쌍으로 총 30개의 데이터다.

 

 

 

 

테이블에서 맨 위 다섯개의 행만 보려면 head() 함수를 이용한다.

info() 와 describe() 함수를 통해 테이블의 요약정보를 보자.

 

 

 

 

matplotlyb.pyplot 을 import 해서 히스토그램과 박스플롯을 그려보자.

 

 

 

 

 

 

두 그래프를 한 번에 그릴 수도 있다.

 

 

 

 

아래 깃허브에 들어가면 코랩 파일을 오픈해 볼 수 있다.

값을 바꿔가면서 해보자.

 

 

 

GitHub - gimpapa/Data_analysis_that_can_be_used_right_in_the_field_with_Python

Contribute to gimpapa/Data_analysis_that_can_be_used_right_in_the_field_with_Python development by creating an account on GitHub.

github.com