Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 4 hours ago
2013 General - Election Results by precinct (complete eCanvass dataset)
November 2013 general election; final/official results by precinct.
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 \"kingcounty-gov/2013-general-election-results-by-precinct-complete-vrn2-xcr7\".\"2013_general_election_results_by_precinct_complete\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.