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.
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