Skip to content

Commit aa09b01

Browse files
committed
Add misc data
1 parent c155c3b commit aa09b01

4 files changed

Lines changed: 327 additions & 0 deletions

File tree

.DS_Store

2 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.vscode/settings.json
22
Hexmaps/api-local.ipynb
33
.DS_Store
4+
5+
6+
temp*
7+
test_grid*

Data/US_election_2024.csv

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
state_code,fips_code,dem_votes,rep_votes,reporting_pct,won
2+
AK,2,123626,166383,94.54,GOP
3+
AL,1,769391,1457704,99.01,GOP
4+
AR,5,395855,758057,98.98,GOP
5+
AZ,4,1558663,1742408,97.58,GOP
6+
CA,6,8314623,5409210,86.79,Dem
7+
CO,8,1711405,1361521,96.19,Dem
8+
CT,9,990736,735969,100,Dem
9+
DC,11,286787,20659,92.36,Dem
10+
DE,10,289585,214184,100,Dem
11+
FL,12,4680748,6109443,99.01,GOP
12+
GA,13,2548014,2663109,100,GOP
13+
HI,15,312384,193169,100,Dem
14+
IA,19,707227,927465,100,GOP
15+
ID,16,274973,605144,98.97,GOP
16+
IL,17,2957898,2417359,94.63,Dem
17+
IN,18,1158650,1711713,99,GOP
18+
KS,20,532475,741949,100,GOP
19+
KY,21,700920,1336227,99.01,GOP
20+
LA,22,766424,1208269,100,GOP
21+
MA,25,2072571,1234961,99.87,Dem
22+
MD,24,1759168,1000011,100,Dem
23+
MI,26,2724029,2804647,91.91,GOP
24+
MN,27,1656968,1519017,100,Dem
25+
MO,29,1190880,1739186,100,GOP
26+
MS,28,429231,708302,100,GOP
27+
MT,30,231825,352007,99.04,GOP
28+
NC,37,2688797,2878108,100,GOP
29+
ND,38,111966,245943,100,GOP
30+
NH,33,418050,395509,100,Dem
31+
NJ,34,2154619,1924382,94.57,Dem
32+
NM,35,476776,422430,98.99,Dem
33+
NV,32,703902,750095,98.17,GOP
34+
NY,36,4370057,3452435,96.99,Dem
35+
OH,39,2476003,3116579,100,GOP
36+
OK,40,499599,1036213,100,GOP
37+
OR,41,1176692,880024,91.25,Dem
38+
PA,42,3395191,3526542,99,GOP
39+
RI,44,282110,213021,100,Dem
40+
SC,45,1027225,1481919,99.39,GOP
41+
SD,46,146859,272081,100,GOP
42+
TN,47,1055039,1964499,98.98,GOP
43+
TX,48,4806436,6375362,95.24,GOP
44+
UT,49,539304,845002,92.91,GOP
45+
VA,51,2235958,2011637,99.92,Dem
46+
VT,50,235791,119393,100,Dem
47+
WA,53,2169030,1466139,95.1,Dem
48+
WI,55,1667881,1697298,100,GOP
49+
WV,54,214232,533271,98.25,GOP
50+
WY,56,69508,192576,100,GOP
51+
ME,23,430795,374972,99.13,Dem
52+
NE,31,362095,557595,98.11,GOP

0 commit comments

Comments
 (0)