Comprehensive Drug Information Dataset
The "Pharmaceutical Product Data Repository" is a comprehensive dataset.
@kaggle.anoopjohny_comprehensive_drug_information_dataset
The "Pharmaceutical Product Data Repository" is a comprehensive dataset.
@kaggle.anoopjohny_comprehensive_drug_information_dataset
CREATE TABLE drugdata (
"drug_id" BIGINT,
"drug_name" VARCHAR,
"generic_name" VARCHAR,
"drug_class" VARCHAR,
"indications" VARCHAR,
"dosage_form" VARCHAR,
"strength" VARCHAR,
"route_of_administration" VARCHAR,
"mechanism_of_action" VARCHAR,
"side_effects" VARCHAR,
"contraindications" VARCHAR,
"interactions" VARCHAR,
"warnings_and_precautions" VARCHAR,
"pregnancy_category" VARCHAR,
"storage_conditions" VARCHAR,
"manufacturer" VARCHAR,
"approval_date" VARCHAR,
"availability" VARCHAR,
"ndc" BIGINT,
"price" DOUBLE
);
Anyone who has the link will be able to view this.