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