Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 710 Bytes

Pandas Workshop

Materials for the pandas workshop by @4bic at PyConKE_2018

Run online

Binder

Local installation

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