Data pulled from THD website https://www.tn.gov/health/cedep/ncov/data/downloadable-datasets.html
This dataset has the following 11 columns:
Column Name | API Column Name | Data Type | Description | Sample Values |
---|---|---|---|---|
DATE | date | calendar_date | Date of vaccine count | 2020-12-23T00:00:00.000 2020-12-25T00:00:00.000 2020-12-24T00:00:00.000 2020-12-29T00:00:00.000 2020-12-28T00:00:00.000 view top 100 |
COUNTY | county | text | County of vaccine count | TIPTON DAVIDSON SHELBY DICKSON MAURY view top 100 |
VACCINE_COUNT | vaccine_count | number | Count of vaccines for the given county and date | 1 2 4 3 5 view top 100 |
NEW_VACCINE_COUNT | new_vaccine_count | number | New vaccines since previous date | 0 2 1 3 4 view top 100 |
RECIPIENT_COUNT | recipient_count | number | Recipients receiving vaccine for the given date and county | 2595 1564 3647 2750 2583 view top 100 |
NEW_RECIPIENT_COUNT | new_recipient_count | number | New recipients since the previous day | 0 1 2 3 4 view top 100 |
RECIP_FULLY_VACC | recip_fully_vacc | number | Number of fully vaccinated recipients | 3338 2417 2572 3339 2573 view top 100 |
NEW_RECIP_FULLY_VACC | new_recip_fully_vacc | number | New fully vaccinated recipients since the previous date | 0 1 2 3 4 view top 100 |
id | id | text | Unique row id | 20211210_CLAY 20210224_WEAKLEY 20210419_ROANE 20210815_LAKE 20220414_LOUDON view top 100 |
RECIP_ADDL_DOSE | recip_addl_dose | number | Total number of booster doses | 1116 1470 704 1461 174 view top 100 |
NEW_RECIP_ADDL_DOSE | new_recip_addl_dose | number | Additional daily boosters | 0 1 2 3 4 view top 100 |