Rows: 10654 Columns: 48
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (47): Date, Date Type, Sex, Race, Ethnicity, Residence City, Residence C...
dbl (1): Age
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
# A tibble: 6 × 48
Date `Date Type` Age Sex Race Ethnicity `Residence City`
<chr> <chr> <dbl> <chr> <chr> <chr> <chr>
1 5/29/2012 Date of death 37 Male Black <NA> STAMFORD
2 6/27/2012 Date of death 37 Male White <NA> NORWICH
3 3/24/2014 Date of death 28 Male White <NA> HEBRON
4 12/31/2014 Date of death 26 Female White <NA> BALTIC
5 1/16/2016 Date of death 41 Male White <NA> SHELTON
6 6/13/2017 Date reported 57 Male White <NA> BLANDFORD
# ℹ 41 more variables: `Residence County` <chr>, `Residence State` <chr>,
# `Injury City` <chr>, `Injury County` <chr>, `Injury State` <chr>,
# `Injury Place` <chr>, `Description of Injury` <chr>, `Death City` <chr>,
# `Death County` <chr>, `Death State` <chr>, Location <chr>,
# `Location if Other` <chr>, `Cause of Death` <chr>, `Manner of Death` <chr>,
# `Other Significant Conditions` <chr>, Heroin <chr>,
# `Heroin death certificate (DC)` <chr>, Cocaine <chr>, Fentanyl <chr>, …