BOE - Precinct Voter Counts (1/2021 to 12/2023)
This dataset contains Voter Counts by Precinct and political parties from 1/1/2021 to 12/31/2023.
Update Frequency : Monthly (Last updated : December 2023)
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 \"montgomerycountymd-gov/boe-precinct-voter-counts-12021-to-122023-yhzv-xxah\".\"boe_precinct_voter_counts_12021_to_122023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.