Overview
The denguedasets package provide a curated collection of open-access dengue fever surveillance and climate datasets for epidemiological research and machine learning. Includes surveillance records, climatic co-variates, and mortality indicators from Bangladesh, the Philippines, Taiwan, Sri Lanka, Brazil, Colombia, Pakistan, India, Peru, Indonesia, and Sierra Leone, spanning case counts, deaths, case-fatality rates, and associated meteorological variables (temperature, humidity, precipitation) suitable for spatiotemporal analysis, outbreak prediction, machine learning, and time-series modeling from Kaggle.
Main functions
import denguedatasets as dd
Listar todos los datasets disponibles
dd.list_datasets()
Obtener metadatos de un dataset
dd.describe("dengue_brazil")
Cargar un dataset como DataFrame de pandas
df = dd.load_dataset("dengue_brazil")
df.head() If you use denguedatasets in your research, please cite it as follows.