Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 682 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 682 Bytes

Python mini bootcamp: Data analysis

Feb. 8-9, 2021

This repo contains materials for the IRE & NICAR Python mini-bootcamp focused on data analysis with pandas.

To get started on your own computer (assuming you have a recent version of Python 3 installed already):

  • Clone this repo (or download the zipfile and extract)
  • cd path/to/your/python-mini-bootcamp-2021
  • python3 -m venv env
  • Macs: source env/bin/activate
  • PCs: .\bin\Scripts\activate
  • pip install -r requirements.txt
  • jupyter notebook