Mild TBI & Concussion Claims
TBI & Concussion Claims made over the years
@kaggle.kkhandekar_mild_tbi_concussion_claims
TBI & Concussion Claims made over the years
@kaggle.kkhandekar_mild_tbi_concussion_claims
Claims for mild traumatic brain injury / concussion between 2014 and 2019 broken down by age bands.
Open Data (ACC)
CREATE TABLE mildtbiconcussion_claims (
"age_group" VARCHAR,
"n_2014" BIGINT -- 2014,
"n_2015" BIGINT -- 2015,
"n_2016" BIGINT -- 2016,
"n_2017" BIGINT -- 2017,
"n_2018" BIGINT -- 2018,
"n_2019" BIGINT -- 2019
);Anyone who has the link will be able to view this.