11000 Medicine Details
11000 Medicine details web scrapped from 1mg
@kaggle.singhnavjot2062001_11000_medicine_details
11000 Medicine details web scrapped from 1mg
@kaggle.singhnavjot2062001_11000_medicine_details
This dataset is a valuable resource for healthcare professionals, data scientists, and enthusiasts interested in exploring the world of medicines and healthcare products. It contains a rich repository of information scraped from 1mg, a popular online pharmacy and healthcare platform, covering over 11,000 medicines.
CREATE TABLE medicine_details (
"medicine_name" VARCHAR,
"composition" VARCHAR,
"uses" VARCHAR,
"side_effects" VARCHAR,
"image_url" VARCHAR,
"manufacturer" VARCHAR,
"excellent_review" BIGINT -- Excellent Review %,
"average_review" BIGINT -- Average Review %,
"poor_review" BIGINT -- Poor Review %
);Anyone who has the link will be able to view this.