Allegheny County Election Results
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_electi_e5ce3c3e
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_electi_e5ce3c3e
Official, certified results of primary, general, and special elections held in Allegheny County. (Note that the most recent results may not yet be certified. Please check the link at https://www.alleghenycounty.us/elections/election-results.aspx to determine whether the results have been certified.)
Organization: Allegheny County / City of Pittsburgh / Western PA Regional Data Center
Last updated: 2023-01-24T17:58:45.803703
Tags: _etl, election, government, politics, voter, voting
CREATE TABLE special_election_for_35th_legislative_district (
"n__id" BIGINT -- Id,
"line_number" BIGINT,
"contest_name" VARCHAR,
"choice_name" VARCHAR,
"party_name" VARCHAR,
"total_votes" BIGINT,
"percent_of_votes" DOUBLE,
"registered_voters" BIGINT,
"ballots_cast" BIGINT,
"total_number_of_precincts" BIGINT,
"number_of_precincts_reporting" BIGINT,
"over_votes" BIGINT,
"under_votes" BIGINT
);CREATE TABLE special_election_for_37th_senatorial_district (
"n__id" BIGINT -- Id,
"line_number" BIGINT,
"contest_name" VARCHAR,
"choice_name" VARCHAR,
"party_name" VARCHAR,
"total_votes" BIGINT,
"percent_of_votes" DOUBLE,
"registered_voters" BIGINT,
"ballots_cast" BIGINT,
"total_number_of_precincts" BIGINT,
"number_of_precincts_reporting" BIGINT,
"over_votes" BIGINT,
"under_votes" BIGINT
);CREATE TABLE special_election_for_the_19th_and_24th_legislative_district (
"n__id" BIGINT -- Id,
"line_number" BIGINT,
"contest_name" VARCHAR,
"choice_name" VARCHAR,
"party_name" VARCHAR,
"total_votes" BIGINT,
"percent_of_votes" DOUBLE,
"registered_voters" BIGINT,
"ballots_cast" BIGINT,
"total_number_of_precincts" BIGINT,
"number_of_precincts_reporting" BIGINT,
"over_votes" BIGINT,
"under_votes" BIGINT
);Anyone who has the link will be able to view this.