Vaccines By California County
City of Los Angeles
@usgov.city_of_los_angeles_vaccines_by_california_county
City of Los Angeles
@usgov.city_of_los_angeles_vaccines_by_california_county
Vaccination data by California county. Updated daily.
Source: California Open Data
(https://data.ca.gov/dataset/covid-19-vaccine-progress-dashboard-data/resource/c020ef6b-2116-4775-b11d-9df2875096ab).
Code available: https://github.com/CityOfLosAngeles/covid19-indicators.
Organization: City of Los Angeles
Last updated: 2021-08-27T22:00:33.483343
Tags: covid, covid-19, vaccination, vaccines
CREATE TABLE table_1 (
"county" VARCHAR,
"total_doses" BIGINT,
"cumulative_total_doses" BIGINT,
"pfizer_doses" DOUBLE,
"cumulative_pfizer_doses" DOUBLE,
"moderna_doses" DOUBLE,
"cumulative_moderna_doses" DOUBLE,
"jj_doses" DOUBLE,
"cumulative_jj_doses" DOUBLE,
"partially_vaccinated" BIGINT,
"total_partially_vaccinated" BIGINT,
"fully_vaccinated" BIGINT,
"cumulative_fully_vaccinated" BIGINT,
"at_least_one_dose" BIGINT,
"cumulative_at_least_one_dose" BIGINT,
"booster_recip_count" DOUBLE,
"bivalent_booster_recip_count" DOUBLE,
"cumulative_booster_recip_count" DOUBLE,
"cumulative_bivalent_booster_recip_count" DOUBLE,
"up_to_date_count" DOUBLE,
"cumulative_up_to_date_count" DOUBLE,
"bivalent_booster_eligible_population" DOUBLE,
"county_pop2020" BIGINT,
"county_fips" BIGINT,
"date" VARCHAR
);Anyone who has the link will be able to view this.