Indian Medicine Data
Indian medicine database for all categories of medicines.
@kaggle.mohneesh7_indian_medicine_data
Indian medicine database for all categories of medicines.
@kaggle.mohneesh7_indian_medicine_data
Dataset consists of 8 columns :
There are a few missing values in the dataset, but most information is available for the row, so I have left as is.
CREATE TABLE medicine_data (
"sub_category" VARCHAR,
"product_name" VARCHAR,
"salt_composition" VARCHAR,
"product_price" VARCHAR,
"product_manufactured" VARCHAR,
"medicine_desc" VARCHAR,
"side_effects" VARCHAR,
"drug_interactions" VARCHAR
);Anyone who has the link will be able to view this.