fultoncountyga-gov/election-results-y7fy-g8wd
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 4 years ago
Indexed 4 hours ago

Election Results

This data set consists of all Fulton County Election results from April 2012 to present. Included with each record is the race, candidate, precinct, number of election day votes, number of absentee by mail votes, number of advance in person votes, number of provisional votes, total number of votes, name of election, and date of election. This data set is updated after each election.

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"fultoncountyga-gov/election-results-y7fy-g8wd\".\"election_results\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • election_results
     
     
     
     
     
Upstream Metadata