AfiadataKe/ppb-kenya-recalls-dataset
PPB Kenya Recalls Structured data on medicine and medical device recalls and rapid alerts issued by the Pharmacy and Poisons Board (PPB) of Kenya, covering 2016 to 2025. Load the dataset from datasets import load_dataset # Recall notices (default) recalls = load_dataset("afiadata/ppb-kenya-recalls", "recalls") # Rapid alerts alerts = load_dataset("afiadata/ppb-kenya-recalls", "rapid_alerts") Or with pandas directly: import pandas as pd recalls =… See the full description on the dataset page: https://huggingface.co/datasets/AfiadataKe/ppb-kenya-recalls-dataset.
165
Upload folder using huggingface_hub
initial commit
