cdph-vaccination-county-by-race-ethnicity
Data license: Reusing the data · Data source: LA Times California coronavirus data · About: README
- county
- The name of the county.
- fips
- The FIPS code given to the county by the federal government. Can be used to merge with other data sources.
- date
- The date for which data were reported in ISO 8601 format.
- race_ethnicity
- The race 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.
1 row where partially_vaccinated = "1197.0"
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: date (date)
Link | rowid ▼ | race_ethnicity | county | fips | date | 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 | race_label |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
252 | 252 | aian | Riverside | 65 | 2022-12-20 | 1197.0 | 6143.0 | 4946.0 | 12272 | 10458 | 0.0975391134289439 | 0.1144578313253012 | 0.5005704041720991 | 0.5873972078791356 | 0.4030312907431551 | 0.4729393765538344 | American Indian or Alaska Native |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "cdph-vaccination-county-by-race-ethnicity" ( [race_ethnicity] TEXT, [county] TEXT, [fips] INTEGER, [date] 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, [race_label] TEXT );