Medicine Dataset
Comprehensive Synthetic Dataset of Medicines: Categorizing 50,000 Unique Entries
@kaggle.ujjwalaggarwal402_medicine_dataset
Comprehensive Synthetic Dataset of Medicines: Categorizing 50,000 Unique Entries
@kaggle.ujjwalaggarwal402_medicine_dataset
CREATE TABLE medicine_dataset (
"name" VARCHAR,
"category" VARCHAR,
"dosage_form" VARCHAR,
"strength" VARCHAR,
"manufacturer" VARCHAR,
"indication" VARCHAR,
"classification" VARCHAR
);
Anyone who has the link will be able to view this.