Baselight

U.S. Opiate Prescriptions/Overdoses

Can you save lives through predictive modeling?

@kaggle.apryor6_us_opiate_prescriptions

Overdoses
@kaggle.apryor6_us_opiate_prescriptions.overdoses

  • 4.59 KB
  • 50 rows
  • 4 columns
state

State

population

Population

deaths

Deaths

abbrev

Abbrev

Alabama4833722723AL
Alaska735132124AK
Arizona66266241211AZ
Arkansas2959373356AR
California383325214521CA
Colorado5268367899CO
Connecticut3596080623CT
Delaware925749189DE
Florida195528602634FL
Georgia99921671206GA

CREATE TABLE overdoses (
  "state" VARCHAR,
  "population" BIGINT,
  "deaths" BIGINT,
  "abbrev" VARCHAR
);

Share link

Anyone who has the link will be able to view this.