아나콘다 환경 리스트 확인학기

conda env list

(base) → root 환경이므로 왠만하면 사용하지 말기

p37t20_test 사용 시

conda activate p37t20_test

작업할 폴더로 이동 시

cd E:\\Data\\pandas

주피터 노트북 실행

jupyter notebook

NEW → python3

Untitled → pandas1

라이브러리 불러오기 → Markdown

import pandas as pd

모듈 에러 → 모듈 설치

!pip install pandas