COVID-19 Vaccinations by Race/Ethnicity - ARCHIVE
NOTE: After 5/20/2021, this dataset will no longer be updated and will be replaced by the new dataset: "COVID-19 Vaccinations by Race/Ethnicity" (https://data.ct.gov/Health-and-Human-Services/COVID-19-Vaccinations-by-Race-Ethnicity/4z97-pa4q).
Cumulative number and percent of people who initiated COVID-19 vaccination and who are fully vaccinated by race/ethnicity for select age groups (ages 16+, ages 65-74, and ages 75+) as reported by providers.
Population estimates are based on 2019 CT population estimates. The 2019 CT population data which is the most recent year available. The tables that show the percent vaccinated by town and age group are an exception. These tables use 2014 CT population estimates. This the most recent year for which reliable estimates by town and age are available.
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.
In this data, a person with reported Hispanic or Latino ethnicity is considered Hispanic regardless of reported race. The category Unknown includes unknown race and/or ethnicity.
The percent of people classified as Other race (not specified) and Multiple race in CT WiZ (for COVID-19 vaccine records and all other vaccine records) are higher than would be expected based on census data. Other race, Multiple race and Unknown include people who should be classified as Asian, Black, Hispanic and White. Therefore, the coverage of these groups may be underestimated and should be interpreted with caution.
The estimates for the category Multiple Races are considered unreliable
All data in this report are preliminary; data for previous dates will be updated as new reports are received and data errors are corrected.
Note: As part of continuous data quality improvement efforts, duplicate records were removed from the COVID-19 vaccination data during the weeks of 4/19/2021 and 4/26/2021.
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-raceethnicity-archive-xkga-ifz3\".\"covid19_vaccinations_by_raceethnicity_archive\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.