Baselight

Indian Medicine Data

Indian medicine database for all categories of medicines.

@kaggle.mohneesh7_indian_medicine_data

Loading...
Loading...

About this Dataset

Indian Medicine Data

India Medicine Database

Dataset consists of 8 columns :

  • sub_category: This classification pertains to specific medical categories that define the domain in which the medicine finds its application.
  • product_name: This is the name of the product, as available in the indian market.
  • salt_composition: This is the chemical composition of the drug.
  • product_price: This represents the previous price of the product. Please consider this as a reference, as it tends to be highly volatile in relation to the health market.
  • product_manufactured: The pharmaceutical company responsible for producing the medicine/drug.
  • medicine_desc: Comprehensive overview and detailed description of the specific product.
  • side_effects: Potential adverse effects associated with the drug/medicine.
  • drug_interactions: Interactions and effects when combining this specific medicine with other drugs.

There are a few missing values in the dataset, but most information is available for the row, so I have left as is.

Tables

Medicine Data

@kaggle.mohneesh7_indian_medicine_data.medicine_data
  • 15.69 MB
  • 195605 rows
  • 8 columns
Loading...

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
);

Share link

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