|
vor 6 Jahren | |
---|---|---|
data | vor 6 Jahren | |
img | vor 7 Jahren | |
solutions | vor 6 Jahren | |
.gitignore | vor 7 Jahren | |
01_Basic_operations.ipynb | vor 7 Jahren | |
02_Data_structures.ipynb | vor 7 Jahren | |
03_Page_views_wrangling.ipynb | vor 6 Jahren | |
04_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.git
Download and install Miniconda (Python 3.6):
Install environment:
cd pandas-tutorials && conda env create
Activate environment and run Jupyter:
source activate pandas-tutorial && jupyter notebook