pycon-2017-eda-tutorial
Resources for the PyCon 2017 tutorial, "Exploratory data analysis in python"
파일 탐색기
최종 버전 다운로드 (.zip)- aquastat.csv.gzip
- world.json
- redcard.csv.gz
- branches.jpg
- crisp.png
- 0-Introduction-to-Exploratory-Data-Analysis.html
- 0-Introduction-to-Jupyter-Notebooks.html
- 0-Introduction-to-Exploratory-Data-Analysis.ipynb
- 0-Introduction-to-Jupyter-Notebooks.ipynb
- covariates.png
- models.png
- results.png
- 1-Redcard-Dataset.html
- 2-Redcard-Players.html
- 3-Redcard-Dyads.html
- 4-Redcard-final-joins.html
- 1-Redcard-Dataset.ipynb
- 2-Redcard-Players.ipynb
- 3-Redcard-Dyads.ipynb
- 4-Redcard-final-joins.ipynb
- branches.jpg
- fao.jpg
- 1-Aquastat-Introduction.html
- 2-Aquastat-Missing-Data.html
- 3-Aquastat-Univariate.html
- 4-Aquastat-TargetxVariable.html
- 5-Aquastat-Multivariate.html
- pivottablejs.html
- 1-Aquastat-Introduction.ipynb
- 2-Aquastat-Missing-Data.ipynb
- 3-Aquastat-Univariate.ipynb
- 4-Aquastat-TargetxVariable.ipynb
- 5-Aquastat-Multivariate.ipynb
- aqua_helper.py
- environment.yml
- pivottablejs.html
- requirements.txt
- test-my-environment.html
- test-my-environment.ipynb
- .gitignore
- EDA-cheat-sheet.md
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/cmawer/pycon-2017-eda-tutorial
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pycon-2017-eda-tutorial
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
jupyter nbextension enable --py --sys-prefix widgetsnbextension
이 명령어를 터미널에 그대로 입력해 실행하세요.
jupyter notebook
브라우저에서 노트북(.ipynb) 파일들을 열람하고 실행할 수 있는 Jupyter 화면을 켭니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
