Materials for the pandas workshop by @4bic at PyConKE_2018
Clone this repository from the terminal (Git is required):
git clone https://github.com/4bic/pyconKE_pandas_workshop.git
Download and install Miniconda (Python 3.6):
Install environment:
cd pyconKE_pandas_workshop && conda env create
Activate environment and run Jupyter:
source activate pyconKE_pandas_workshop && jupyter notebook