Open repository in Console
Readme
Updated 4 years ago
‧ Indexed 5 hours ago
2012 Special April - Election Results (final daily)
April 2012 special election; final daily results report.
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-special-april-election-results-final-daily-vek2-ctw9\".\"2012_special_april_election_results_final_daily\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.