Baselight

11000 Medicine Details

11000 Medicine details web scrapped from 1mg

@kaggle.singhnavjot2062001_11000_medicine_details

Loading...
Loading...

About this Dataset

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.

Tables

Medicine Details

@kaggle.singhnavjot2062001_11000_medicine_details.medicine_details
  • 773.91 kB
  • 11,825 rows
  • 9 columns
Loading...
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 %
);

Share link

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