Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 2 hours ago
2012 Primary - Election Results - PCO
August 2012 primary election; final daily results report for PCO contests.
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/2012-primary-election-results-pco-bugx-hcah\".\"2012_primary_election_results_pco\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.