cdph-vaccination-state-by-age
Data license: Reusing the data · Data source: LA Times California coronavirus data · About: README
- date
- The date for which data were reported in ISO 8601 format.
- age_group
- The age group being tallied.
- partially_vaccinated
- The total number of partially vaccinated people as of this date.
- at_least_one_dose
- The total number of people who have received at least one dose any vaccine given as of this date.
- fully_vaccinated
- The total number of fully vaccinated people as of this date.
- population_total
- The number of people who live in the county.
- population_12_and_up
- The number of people 12 years or older who live in the county.
- partially_vaccinated_percent
- The percentage of people who were partially vaccinated as of this date.
- partially_vaccinated_percent_12_and_up
- The percentage of people 12 and up who were partially vaccinated as of this date.
- at_least_one_dose_percent
- The percentage of people who received at least one dose any vaccine as of this date.
- at_least_one_dose_percent_12_and_up
- The percentage of people 12 and up who received at least one dose any vaccine as of this date.
- fully_vaccinated_percent
- The percentage of people who were fully vaccinated as of this date.
- fully_vaccinated_percent_12_and_up
- The percentage of people 12 and up who were fully vaccinated as of this date.
6 rows
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: population_12_and_up, partially_vaccinated_percent_12_and_up, at_least_one_dose_percent_12_and_up, fully_vaccinated_percent_12_and_up, date (date)
Link | rowid ▼ | date | age_group | partially_vaccinated | at_least_one_dose | fully_vaccinated | population_total | population_12_and_up | partially_vaccinated_percent | partially_vaccinated_percent_12_and_up | at_least_one_dose_percent | at_least_one_dose_percent_12_and_up | fully_vaccinated_percent | fully_vaccinated_percent_12_and_up |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1 | 2022-12-20 | 12-17 | 220285.0 | 2372265.0 | 2151980.0 | 3199686 | 3199686 | 0.0688458179958908 | 0.0688458179958908 | 0.7414055629208616 | 0.7414055629208616 | 0.6725597449249707 | 0.6725597449249707 |
2 | 2 | 2022-12-20 | 18-49 | 1728908.0 | 15124652.0 | 13395744.0 | 17103751 | 17103751 | 0.1010835576359829 | 0.1010835576359829 | 0.8842885984483755 | 0.8842885984483755 | 0.7832050408123925 | 0.7832050408123925 |
3 | 3 | 2022-12-20 | 5-11 | 191610.0 | 1508142.0 | 1316532.0 | 3507810 | 0 | 0.0546238251216571 | 0.999 | 0.4299383375952517 | 0.999 | 0.3753145124735946 | 0.999 |
4 | 4 | 2022-12-20 | 50-64 | 599147.0 | 6854187.0 | 6255040.0 | 7427514 | 7427514 | 0.0806658863248187 | 0.0806658863248187 | 0.9228103777387696 | 0.9228103777387696 | 0.8421444914139509 | 0.8421444914139509 |
5 | 5 | 2022-12-20 | 65+ | 526739.0 | 6201646.0 | 5674907.0 | 6474841 | 6474841 | 0.0813516501795179 | 0.0813516501795179 | 0.9578066859093528 | 0.9578066859093528 | 0.876455035729835 | 0.876455035729835 |
6 | 6 | 2022-12-20 | Under 5 | 115645.0 | 270637.0 | 154992.0 | 2239667 | 0 | 0.0516349082251959 | 0.999 | 0.1208380531570095 | 0.999 | 0.0692031449318135 | 0.999 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "cdph-vaccination-state-by-age" ( [date] TEXT, [age_group] TEXT, [partially_vaccinated] FLOAT, [at_least_one_dose] FLOAT, [fully_vaccinated] FLOAT, [population_total] INTEGER, [population_12_and_up] INTEGER, [partially_vaccinated_percent] FLOAT, [partially_vaccinated_percent_12_and_up] FLOAT, [at_least_one_dose_percent] FLOAT, [at_least_one_dose_percent_12_and_up] FLOAT, [fully_vaccinated_percent] FLOAT, [fully_vaccinated_percent_12_and_up] FLOAT );