COVID-19 Vaccinations by Census Tract - ARCHIVE
As of 1/13/2022, this dataset is no longer being updated and has been replaced with a new dataset, which can be accessed here: https://data.ct.gov/Health-and-Human-Services/COVID-19-Vaccinations-by-Census-Tract/ekim-wqrr
COVID-19 Vaccinations by Census Tract and Age Groups, including Ages 16+, Ages 16-44, Ages 45-64, and Ages 65+.
CT Vaccination Program (COVP) data obtained from CTWiZ. COVP Coverage data suppressed if the any of the following conditions were met:
-Coefficient of Variation of Denominator is > 30%
-Numerator is <5
-Population is estimated to be 0 (zero)
Population data obtained from the 2019 Census ACS (www.census.gov)
DPH recommends that these data are primarily used to identify areas that require additional attention rather than to establish and track the exact level of vaccine coverage.
All analyses are provisional and subject to change.
Census tract coverage estimates can play an important role in planning and evaluating vaccination strategies. However, inaccuracies in the data that are inherent to population surveillance may be magnified when analyses are performed on population subgroups within census tracts. We make every effort to provide accurate data, but inaccuracies may result from things like incomplete or inaccurate addresses, duplicate records, and sampling error in the American Community Survey that is used to estimate census tract population size and composition. These things may result in overestimates or underestimates of vaccine coverage.
Some census tracts are suppressed. This is done if the number of people vaccinated is less than 5 or if the census population estimate is considered to be unreliable (coefficient of variance > 30%). Coverage estimates over 100% are shown as 100%. We suggest that the data are used primarily to identify areas that require additional attention rather than to establish and track the exact level of vaccine coverage. All analyses are provisional and subject to change.
Caution should be used when interpreting coverage estimates for towns with large college/university populations since coverage may be underestimated. In the census, college/university students who live on or just off campus would be counted in the college/university town. However, if a student was vaccinated while studying remotely in his/her hometown, the student may be counted as a vaccine recipient in that town.
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-census-tract-archive-fj4n-gyni\".\"covid19_vaccinations_by_census_tract_archive\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.