Drug Dataset: Uses, Side Effects And User Reviews
Explore 11,498 Medicines: Uses, Side Effects, and User Ratings!
@kaggle.aadyasingh55_drug_dataset
Explore 11,498 Medicines: Uses, Side Effects, and User Ratings!
@kaggle.aadyasingh55_drug_dataset
This dataset provides comprehensive information on various medications, including their composition, uses, side effects, manufacturer details, and user reviews. It aims to assist healthcare professionals and patients in making informed decisions about medications.
Classification: Categorizing medicines based on their usage or effectiveness.
Segmentation Analysis: Analyzing different groups of medications based on reviews and side effects.
Recommendation Systems: Developing models to recommend medications based on user profiles and preferences.
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.