Anaconda 설치 시, 자동 설치
(code로 진행)
// shift+enter
!pip install IPython
// ctrl+enter
from IPython.display import Image
img_path = "[절대 경로 작성]"
display(Image(filename=img_path))
1) 초기 번호 상태
2) 초기화 진행 과정
3) 번호 확인
matplotib : 다양한 그래프를 그릴 수 있으며 수행 결과를 바로 확인할 수 있음
Pandas : 복잡한 데이터를 분석할 때 유용
pandas user_guide
Table Visualization : 사용법 설명