Covid-19 | Vaccine Doses Administered by Sex
March 2021 - Present. Vaccine doses administered to individuals in the Commonwealth of Virginia by sex. Updated daily at 12:00 p.m.
From data.virginia.gov: "This dataset includes the number of people in each locality by vaccination status and sex. The data set increases in size daily and as a result, the dataset may take longer to update; however, it is expected to be available by 12:00 noon daily."
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 \"dumfriesva-gov/covid19-vaccine-doses-administered-by-sex-6t8j-6mva\".\"covid19_vaccine_doses_administered_by_sex\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.