This dataset represents doses of COVID-19 vaccine administered in California to San Francisco residents over time. The data is broken down by multiple demographic slices. The three dose types are counted separately, i.e. (1) first doses administered as a part of a two-dose vaccination, (2) second doses administered as part of a two-dose vaccination, and (3) single-dose vaccines administered. here
covid19sf_vaccine_demo_ts
An object class data.frame with 19 variables
Date vaccination administered
Segment (universe) of analysis. Unique combination of administering_provider_type, age_group, and demographic_group. Filter to a single option to derive meaningful totals.
Providers included in a given overall_segment. Two possible values: 'All' (including SF DPH) or 'DPH Only'
Age range included in a given overall_segment
Type of demographic group included in a given overall_segment (e.g. Age, Race/Ethnicity)
Specific demographic group counted in a given record (e.g. 16-24, Asian)
Numeric sort order for all demographic_subgroup. Convenient for maintaining consistent ordering across multiple data visualizations.
Count of 1st doses administered for vaccines that take two doses to complete
Count of 2nd doses administered for vaccines that take two doses to complete
Count of doses administered for vaccines that take one dose to complete
Count of individuals newly fully vaccinated on a given day (given the 2nd dose of a two-dose vaccine or one dose of a single dose vaccine)
Count of individuals vaccinated (with any dose) for the first time according to CA's records
Cumulative total of 1st doses administered for vaccines that take two doses to complete
Cumulative total of 2nd doses administered for vaccines that take two doses to complete
Cumulative total of doses administered for vaccines that take one dose to complete
Cumulative total individuals fully vaccinated (given the 2nd dose of a two-dose vaccine or one dose of a single dose vaccine)
Cumulative total individuals vaccinated (with any dose) according to CA's records
American Community Survey population estimates for given demographic_subgroup
American Community Survey population estimates for overall age_group
The dataset contains a time series of COVID-19 vaccine doses given to San Franciscans by demographics
# NOT RUN {
data(covid19sf_vaccine_demo_ts)
head(covid19sf_vaccine_demo_ts)
# }
Run the code above in your browser using DataLab