Hungarian Chickenpox Cases
Donated on 2/16/2021
A spatio-temporal dataset of weekly chickenpox cases from Hungary. The dataset consists of a county-level adjacency matrix and time series of the county-level reported cases between 2005 and 2015.
Dataset Characteristics
Time-Series
Subject Area
Health and Medicine
Associated Tasks
Regression
Feature Type
Real
# Instances
521
# Features
20
Dataset Information
Additional Information
A spatio-temporal dataset of weekly chickenpox (childhood disease) cases from Hungary. The dataset consists of a county-level adjacency matrix and time series of the county-level reported cases between 2005 and 2015. There are 2 specific related tasks: County level case count prediction and nation level case count prediction.
Has Missing Values?
No
Variable Information
Attributes are weekly counts of chickenpox cases in Hungarian counties.
Dataset Files
File | Size |
---|---|
hungary_chickenpox.csv | 34.2 KB |
hungary_county_edges.csv | 1.8 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset hungarian_chickenpox_cases = fetch_ucirepo(id=580) # data (as pandas dataframes) X = hungarian_chickenpox_cases.data.features y = hungarian_chickenpox_cases.data.targets # metadata print(hungarian_chickenpox_cases.metadata) # variable information print(hungarian_chickenpox_cases.variables)
Hungarian Chickenpox Cases [Dataset]. (2021). UCI Machine Learning Repository. https://doi.org/10.24432/C5103B.
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.