Prescription Monitoring Program CT - USA
Opioid, Benzodiazepine, Stimulant, Naloxone, and Gabapentin Prescription Count
@kaggle.matheusbonilha123456_prescription_monitoring_program_ct_usa
Opioid, Benzodiazepine, Stimulant, Naloxone, and Gabapentin Prescription Count
@kaggle.matheusbonilha123456_prescription_monitoring_program_ct_usa
CREATE TABLE prescription_monitoring_program_opioid_benzodiazepine__7a12d3d2 (
"date" VARCHAR,
"patient_residence" VARCHAR,
"geolocation" VARCHAR,
"state" VARCHAR,
"naloxone_prescription_count" DOUBLE,
"naloxone_rate_per_1_000_residents" DOUBLE,
"opiate_agonist_prescription_count" BIGINT,
"opiate_agonist_rate_per_1_000_residents" DOUBLE,
"opiate_partial_agonist_prescription_count" BIGINT,
"opiate_partial_agonist_rate_per_1_000_residents" DOUBLE,
"benzodiazepine_prescription_count" BIGINT,
"benzodiazepine_rate_per_1_000_residents" DOUBLE,
"stimulant_prescription_count" BIGINT,
"stimulant_rate_per_1_000_residents" DOUBLE,
"gabapentin_prescription_count" BIGINT,
"gabapentin_rate_per_1_000_residents" DOUBLE
);
Anyone who has the link will be able to view this.