ramseycounty-us/voter-turnout-by-county-data-79gd-gskv
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 2 hours ago

Voter Turnout by County Data

Dataset showing the percent of voter age population that cast ballots in each midterm and general election by county since 2000.

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 \"ramseycounty-us/voter-turnout-by-county-data-79gd-gskv\".\"voter_turnout_by_county_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • voter_turnout_by_county_data
     
     
     
     
     
Upstream Metadata