Open repository in Console
Readme
Updated 3 years ago
‧ Indexed 4 hours ago
November 2020 General Election Night Precinct Results
Precinct level results as of election night for the November 3, 2020 General Election.
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/november-2020-general-election-night-precinct-kzdv-sz73\".\"november_2020_general_election_night_precinct\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.