Raw data for the Hospitals line charts that shows daily COVID-19 hospital admissions by age group and gender.

age_hosp_line

Format

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

Details

Data Dictionary entry

Examples

head(age_hosp_line)
#> # A tibble: 6 × 5
#>   date       ages  admissions_m admissions_f admissions_total
#>   <date>     <chr>        <dbl>        <dbl>            <dbl>
#> 1 2020-11-07 80+           1554         1888             3442
#> 2 2020-11-07 70-79         2003         1900             3903
#> 3 2020-11-07 60-69         2069         1737             3806
#> 4 2020-11-07 50-59         1519         1374             2893
#> 5 2020-11-07 40-49          909          869             1778
#> 6 2020-11-07 30-39          503          674             1177