|
|
vor 6 Jahren | |
|---|---|---|
| data | vor 6 Jahren | |
| img | vor 6 Jahren | |
| solutions | vor 6 Jahren | |
| .gitignore | vor 7 Jahren | |
| 01_Basic_operations.ipynb | vor 7 Jahren | |
| 02_Data_structures.ipynb | vor 7 Jahren | |
| 03_Docstring_errors_wrangling.ipynb | vor 6 Jahren | |
| 04_Page_views_wrangling.ipynb | vor 6 Jahren | |
| 05_Page_views_eda.ipynb | vor 6 Jahren | |
| README.md | vor 7 Jahren | |
| environment.yml | vor 6 Jahren |
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