|
|
6 years ago | |
|---|---|---|
| data | 6 years ago | |
| img | 6 years ago | |
| solutions | 6 years ago | |
| .gitignore | 7 years ago | |
| 01_Basic_operations.ipynb | 7 years ago | |
| 02_Data_structures.ipynb | 7 years ago | |
| 03_Docstring_errors_wrangling.ipynb | 6 years ago | |
| 04_Page_views_wrangling.ipynb | 6 years ago | |
| 05_Page_views_eda.ipynb | 6 years ago | |
| README.md | 7 years ago | |
| environment.yml | 6 years ago |
Materials for the pandas tutorial by @datapythonista.
Clone this repository from the terminal (Git is required):
git clone https://github.com/datapythonista/pandas-tutorials.gitDownload and install Miniconda (Python 3.6):
Install environment:
cd pandas-tutorials && conda env createActivate environment and run Jupyter:
source activate pandas-tutorial && jupyter notebook