kingcounty-gov/november-2017-election-night-ecanvass-nrax-csaz
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 4 hours ago

November 2017 election night ecanvass

Precinct-level results. View, download or export data using the "Explore data > View data" buttons above (and to the right, on desktop). Log in to your account to create your own visualizations.

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-2017-election-night-ecanvass-nrax-csaz\".\"november_2017_election_night_ecanvass\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • november_2017_election_night_ecanvass