A Colorado Board of Elections employee has given yhe task of completing the elecions audit of a congressional election.
- Calculate the total numer of votes cast.
- Get a complete list of candidates who received votes.
- calculate the total numeber of votes each candidate received.
- Calculate the percentage of votes each candidate won.
- Determine the winner of hte election based on popular vote.
- Data Source: election_results.csv
- Software: Python 3.9.7, Visual Studio Code 1.66.2
The analysis of the election show that:
-
There were 369,711 votes cast in the election.
-
The county votes were:
- Jefferson: 10.5% (38,855)
- Denver: 82.8% (306,055)
- Arapahoe: 6.7% (24,801)
-
Largest County Turnout: Denver
-
The candidates were:
- Charles Casper Stockham
- Diana DeGette
- Raymon Anthony Doane
-
The candidate results were:
- Charles Casper Stockham received 23.0% of the vote and 85,213 number of votes.
- Diana DeGette received 73.8% of the vote and 272,892 number of votes.
- Raymon Anthony Doane received 3.1% of the vote and 11,606 number of votes.
-
The winner of the election was:
- Candidate Diana DeGette, who received 73.8% of the vote and 272,892 numer of votes.
In the necessity of utilizing this code again, there are some details to pay attention:
- Verify and update the row locations for County and Candidate:
- Verify and update the resource.csv file location

