## File: BallotData.py
## Description: Ballot results from the 2000 Florida Presidential Election

## Technology: Number of Counties with each type of voting machine
TechnologyType = ['Optical', 'Votomatic', 'DataVote', 'Lever', 'Hand']
TechnologyFrequency = [41, 15, 9, 1, 1]

## Candidate: Number of votes per candidate
CandidateName =  ['Bush', 'Gore', 'Browne', 'Nader', 'Harris', 'Hagelin', 'Buchanan', 'McReynok', 'Phillips', 'Moorehead', 'Chote', 'McCarthy']
CandidateFrequency = [2911215, 2911417, 16407, 97426, 562, 2280, 17479, 621, 1370, 1803, 34, 6]

## County: Number of Votes per County
CountyName = ['Alachua', 'Baker', 'Bay', 'Bradford', 'Brevard', 'Broward', 'Calhoun', 'Charlotte', 'Citrus', 'Clay', 'Collier', 'Columbia', 'DeSoto', 'Dixie', 'Duval', 'Escambia', 'Flagler', 'Franklin', 'Gadsden', 'Gilchrist', 'Glades', 'Gulf', 'Hamilton', 'Hardee', 'Hendry', 'Hernando', 'Highlands', 'Hillsborough', 'Holmes', 'IndianRiver', 'Jackson', 'Jefferson', 'Lafayette', 'Lake', 'Lee', 'Leon', 'Levy', 'Liberty', 'Madison', 'Manatee', 'Marion', 'Martin', 'MiamiDade', 'Monroe', 'Nassau', 'Okaloosa', 'Okeechobee', 'Orange', 'Osceola', 'PalmBeach', 'Pasco', 'Pinellas', 'Polk', 'Putnam', 'SantaRosa', 'Sarasota', 'Seminole', 'StJohns', 'StLucie', 'Sumter', 'Suwannee', 'Taylor', 'Union', 'Volusia', 'Wakulla', 'Walton', 'Washington']
CountyFrequency = [85729, 8154, 58805, 8673, 218395, 575143, 5174, 66896, 57204, 57353, 92162, 18508, 7811, 4666, 264636, 116648, 27111, 4644, 14727, 5395, 3365, 6144, 3964, 6233, 8139, 65219, 35149, 360295, 7395, 49622, 16300, 5643, 2505, 88611, 184377, 103124, 12724, 2410, 6162, 110221, 102956, 62013, 625449, 33887, 23780, 70680, 9853, 280125, 55658, 433186, 142731, 398472, 168607, 26222, 50319, 160942, 137634, 60746, 77989, 22261, 12457, 6808, 3826, 183653, 8587, 18318, 8025]

# Number of Votes per Candidate per County
Bush = [34124, 5610, 38637, 5414, 115185, 177902, 2873, 35426, 29767, 41736, 60450, 10964, 4256, 2697, 152098, 73017, 12613, 2454, 4767, 3300, 1841, 3550, 2146, 3765, 4747, 30646, 20206, 180760, 5011, 28635, 9138, 2478, 1670, 50010, 106141, 39062, 6858, 1317, 3038, 57952, 55141, 33970, 289533, 16059, 16404, 52093, 5057, 134517, 26212, 152951, 68582, 184825, 90295, 13447, 36274, 83100, 75677, 39546, 34705, 12127, 8006, 4056, 2332, 82357, 4512, 12182, 4994]
Gore = [47365, 2392, 18850, 3075, 97318, 387703, 2155, 29645, 25525, 14632, 29921, 7047, 3320, 1826, 107864, 40943, 13897, 2046, 9735, 1910, 1442, 2397, 1722, 2339, 3240, 32644, 14167, 169557, 2177, 19768, 6868, 3041, 789, 36571, 73560, 61427, 5398, 1017, 3014, 49177, 44665, 26620, 328808, 16483, 6952, 16948, 4588, 140220, 28181, 269732, 69564, 200630, 75200, 12102, 12802, 72853, 59174, 19502, 41559, 9637, 4075, 2649, 1407, 97304, 3838, 5642, 2798]
Nader = [3226, 53, 828, 84, 4470, 7104, 39, 1462, 1379, 562, 1400, 258, 157, 75, 2757, 1727, 435, 85, 139, 97, 56, 86, 37, 75, 104, 1501, 545, 7490, 94, 950, 138, 76, 26, 1460, 3587, 1932, 284, 19, 54, 2491, 1809, 1118, 5352, 1090, 253, 985, 131, 3879, 732, 5565, 3393, 10022, 2059, 377, 724, 4069, 1946, 1217, 1368, 306, 180, 59, 33, 2910, 149, 265, 93]
