COVID-19 Vaccinations by Town - ARCHIVE
NOTE: As of 4/15/2021, this dataset will no longer be updated and will be replaced by two new datasets: 1) "COVID-19 Vaccinations by Town" (https://data.ct.gov/Health-and-Human-Services/COVID-19-Vaccinations-by-Town/x7by-h8k4) and "COVID-19 Vaccinations by Town and Age Group" (https://data.ct.gov/Health-and-Human-Services/COVID-19-Vaccinations-by-Town-and-Age-Group/gngw-ukpw).
A summary of COVID-19 vaccination coverage in Connecticut by town. Records without an address could not be included in town vaccine coverage estimates. Total population estimates are based on 2019 data.
A person who has received one dose of any vaccine is considered to have received at least one dose. A person is considered fully vaccinated if they have received 2 doses of the Pfizer or Moderna vaccines or 1 dose of the Johnson & Johnson vaccine. The fully vaccinated are a subset of the number who have received at least one dose. The number with At Least One Dose and the number Fully Vaccinated add up to more than the total number of doses because people who received the Johnson & Johnson vaccine fit into both categories.
SVI refers to the CDC's Social Vulnerability Index - a measure that combines 15 demographic variables to identify communities most vulnerable to negative health impacts from disasters and public health crises. Measures of social vulnerability include socioeconomic status, household composition, disability, race, ethnicity, language, and transportation limitations - among others. Towns with a "yes" in the "Has SVI tract >0.75" field are those that have at least one census tract that is in the top quartile of vulnerability (e.g., a high-need area). 34 towns in Connecticut have at least one census tract in the top quartile for vulnerability.
All data in this report are preliminary; data for previous dates will be updated as new reports are received and data errors are corrected.
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 \"ct-gov/covid19-vaccinations-by-town-archive-pdqi-ds7f\".\"covid19_vaccinations_by_town_archive\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.