COVID-19 Contact Tracing: COVID Alert CT Summary By Week - ARCHIVE
State of Connecticut
@usgov.state_of_connecticut_covid_19_contact_tracing_covid_al_0686cd08
State of Connecticut
@usgov.state_of_connecticut_covid_19_contact_tracing_covid_al_0686cd08
Note: This dataset has been archived and is no longer being updated.
COVID Alert CT is Connecticut's voluntary, anonymous, exposure-notification smartphone app. If downloaded, the app will alert users if they have come into close contact with somebody who tests positive for COVID-19.
This dataset includes the cumulative and weekly activations for COVID Alert CT for iOS and Android smartphones.
The location of app users is not tracked--the app uses Bluetooth technology to detect when another person with the same app comes within 6 feet. The phones exchange a secure code with the each other to record that they were near. The number of codes issued and claimed is also included in this dataset.
Data presented are based on a weekly reporting period (Sunday - Saturday). All data are preliminary and are subject to change.
Additional information on COVID-19 Contact Tracing can be found here: https://portal.ct.gov/coronavirus/covidalertCT/homepage
Organization: State of Connecticut
Last updated: 2021-08-07T12:57:41.277107
Tags: contact-tracing, covid-19
CREATE TABLE table_1 (
"date" TIMESTAMP,
"activations_in_latest_report_period" BIGINT,
"cumulative" BIGINT,
"ios_activations_in_latest_report_period" BIGINT,
"ios_cumulative" BIGINT,
"android_activations_in_latest_report_period" BIGINT,
"android_cumulative" BIGINT,
"codes_issued_in_latest_report_period" DOUBLE,
"codes_claimed_in_latest_report_period" DOUBLE,
"percent_of_codes_claimed" DOUBLE,
"actionable_adult_cases" DOUBLE,
"enx_percent" DOUBLE
);Anyone who has the link will be able to view this.