Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 5 hours ago
2013 Special June - Election Results by precinct (complete eCanvass dataset)
June 2013 special 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-special-june-election-results-by-precinct-nxbm-wwb2\".\"2013_special_june_election_results_by_precinct\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.