Processed data for Demographics heatmaps that shows a breakdown of weekly COVID-19 cases by age group.

age_cases_heat

Format

An object of class tbl_df (inherits from tbl, data.frame) with 680 rows and 6 columns.

Details

Data Dictionary entry

Examples

head(age_cases_heat)
#> # A tibble: 6 × 6
#>   end_date age_grp  daily_cases weekly_cases     pop prop_cases
#>   <ord>    <chr>          <dbl>        <int>   <dbl>      <dbl>
#> 1 Mar 21   0 to 19            0            4 1752893    0.00228
#> 2 Mar 21   20 to 29           8           25  930073    0.0269 
#> 3 Mar 21   30 to 39           5           23  844497    0.0272 
#> 4 Mar 21   40 to 49           8           29  815370    0.0356 
#> 5 Mar 21   50 to 59          17           40  871660    0.0459 
#> 6 Mar 21   60 to 69          16           31  772889    0.0401