Colab Notebook for this workshop is at:
https://colab.research.google.com/drive/1HFpOGRHv112n_OKC-WNA42eOFd9aLm0l?usp=sharing
PDF for slides:
https://drive.google.com/file/d/1-XhlonEZCioKT4GTNRGMHwRo2Id9BJyq/view?usp=sharing
Colab Notebook for this workshop is at:
https://colab.research.google.com/drive/1HFpOGRHv112n_OKC-WNA42eOFd9aLm0l?usp=sharing
PDF for slides:
https://drive.google.com/file/d/1-XhlonEZCioKT4GTNRGMHwRo2Id9BJyq/view?usp=sharing
State | Population | Votes | popmills | |
---|---|---|---|---|
Alaska | 710000 | 3 | 0.71 | |
Alabama | 4780000 | 9 | 4.78 | |
Arkansas | 2916000 | 6 | 2.916 | |
Arizona | 6392000 | 11 | 6.392 | |
California | 37254000 | 55 | 37.254 | |
Colorado | 5029000 | 9 | 5.029 | |
Connecticut | 3574000 | 7 | 3.574 | |
District of Columbia | 602000 | 3 | 0.602 | |
Delaware | 898000 | 3 | 0.898 |
# -*- coding: utf-8 -*- | |
import requests | |
import json | |
import pprint | |
import time | |
PREFIX="http://adslabs.org/adsabs/api/search/" | |
APIKEY="INSERT CIA SECRET" | |
import re |