A-Z Medicine Dataset Of India
This dataset has more than 250K allopathy medicine data along with its pricing.
@kaggle.shudhanshusingh_az_medicine_dataset_of_india
This dataset has more than 250K allopathy medicine data along with its pricing.
@kaggle.shudhanshusingh_az_medicine_dataset_of_india
The file has data which contains all possible medicines that we were able to find out during our research on finding out medicine's details such as compositions of medicine, type of medicines, there market availability, pricing and many other things.
The data consist of medicines from various pharmaceutical companies including:
*Prices of medicines are reported / recorded as of November,2022.
*is_discontinued column defines Availability of medicines that is reported as of November,2022.
There is another dataset we have published which gives information about drugs side effects, substitutes and usage.
*Visit here : https://www.kaggle.com/datasets/shudhanshusingh/250k-medicines-usage-side-effects-and-substitutes *
Dataset will be updated on yearly basis.
Announcement :
I have released a new dataset on Real Estate Properties , if you are interested must checkout here: https://www.kaggle.com/datasets/shudhanshusingh/real-estate-properties-dataset ,If you liked it, do give an upvote :)
CREATE TABLE a_z_medicines_dataset_of_india (
"id" BIGINT,
"name" VARCHAR,
"price" DOUBLE -- Price(₹),
"is_discontinued" BOOLEAN,
"manufacturer_name" VARCHAR,
"type" VARCHAR,
"pack_size_label" VARCHAR,
"short_composition1" VARCHAR,
"short_composition2" VARCHAR
);Anyone who has the link will be able to view this.