Election Day Registration Over Time from 1992 to present
This dataset shows the Election Day registration rate in Ramsey County from 1992-present. The data are grouped by the type of election: presidential, mid-term, and St. Paul election.
Data are updated annually.
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 \"ramseycounty-us/election-day-registration-over-time-from-1992-to-xkdu-ynp3\".\"election_day_registration_over_time_from_1992_to\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.