NCHS - Drug Poisoning Mortality By State: United States
U.S. Department of Health & Human Services
@usgov.hhs_gov_nchs_drug_poisoning_mortality_by_state_united_states
U.S. Department of Health & Human Services
@usgov.hhs_gov_nchs_drug_poisoning_mortality_by_state_united_states
CREATE TABLE table_1 (
"state" VARCHAR,
"year" BIGINT,
"sex" VARCHAR,
"age_group" VARCHAR,
"race_and_hispanic_origin" VARCHAR,
"deaths" BIGINT,
"population" BIGINT,
"crude_death_rate" DOUBLE,
"standard_error_for_crude_rate" DOUBLE,
"low_confidence_limit_for_crude_rate" DOUBLE,
"upper_confidence_limit_for_crude_rate" DOUBLE,
"age_adjusted_rate" DOUBLE,
"standard_error_age_adjusted_rate" DOUBLE,
"lower_confidence_limit_for_age_adjusted_rate" DOUBLE,
"upper_confidence_for_age_adjusted_rate" DOUBLE,
"state_crude_rate_in_range" VARCHAR,
"us_crude_rate" DOUBLE,
"us_age_adjusted_rate" DOUBLE,
"unit" VARCHAR
);
Anyone who has the link will be able to view this.