pycon-2017-eda-tutorial
Resources for the PyCon 2017 tutorial, "Exploratory data analysis in python"
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/cmawer/pycon-2017-eda-tutorial
Downloads the entire project code from GitHub to your computer.
cd pycon-2017-eda-tutorial
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
jupyter nbextension enable --py --sys-prefix widgetsnbextension
Type this command into your terminal and run it.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
