Louisville Metro KY – COVID-19 Contact Tracing
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_covid__a817ae14
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_covid__a817ae14
Our COVID-19 response includes disease investigation activities: case interviews, contact tracing, daily follow-ups for positive cases, essential need requests, specialized teams for disease investigations, quality assurance and staffing 24/7 help line for residents to call with COVID-19 related questions.
Data Dictionary
| Field Name | Field Type | Field Description |
|---|---|---|
| Week Ending | Date | The end of the week the report was collated. |
| Total Contacts | Integer | The total number of contacts |
| Success | Integer | Contacts that were successfully reached |
| Case Types | Text | Mode of contact |
| Index | Integer | Unique identifier |
| Success Rate | double | rate of success i.e., success contacts/total success * 100 |
| Group | Text | Category which the case type belong. |
| Organization: Louisville Metro Government | ||
| Last updated: 2025-07-30T13:49:13.780795 | ||
| Tags: american-rescue-plan-louisville, american-rescue-plan-louisville-priorities, arp-0007-phw, arp-covid19-response, arp-louisville, arp-louisville-ky, contact-tracing, covid-19-dashboard, lat, louisville-metro, open-data, project-on-covid-19, public-health-contingencies, vector-tile |
CREATE TABLE table_1 (
"week_ending" TIMESTAMP,
"total_contacts" BIGINT,
"success" BIGINT,
"case_types" VARCHAR,
"index" DOUBLE,
"success_rate" DOUBLE,
"group" VARCHAR,
"objectid" BIGINT
);Anyone who has the link will be able to view this.