Raw data for Demographics line charts that shows daily case and death counts by age group.

ind_age_complete

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 3302 rows and 8 columns.

Details

Data Dictionary entry

Examples

head(ind_age_complete)
#> # A tibble: 6 × 8
#>   date       agegrp covid_count covid_deaths covid_test covid_count_pct
#>   <date>     <chr>        <dbl>        <dbl>      <dbl>           <dbl>
#> 1 2020-06-20 0-19          2524            2      27001             6  
#> 2 2020-06-20 20-29         6317            5      57760            15.0
#> 3 2020-06-20 30-39         6842           16      62528            16.3
#> 4 2020-06-20 40-49         7162           44      62498            17.0
#> 5 2020-06-20 50-59         6758          121      67602            16.1
#> 6 2020-06-20 60-69         5203          385      59725            12.4
#> # … with 2 more variables: covid_deaths_pct <dbl>, covid_test_pct <dbl>