Horton General Hospital
Donated on 11/12/2019
Horton General Hospital is in the town Banbury not far from Oxford, UK.
Dataset Characteristics
Multivariate, Time-Series
Subject Area
Health and Medicine
Associated Tasks
Causal-Discovery
Feature Type
Integer
# Instances
139
# Features
6
Dataset Information
Additional Information
Cardio, Resp, Hypo are monthly numbers of transfers from Emergency Room into Critical Care classified in three exclusive categories at Horton General Hospital. Adm is the monthly total number of patients entering Emergency Room. In February 2004 nurse Ben Geen was arrested, accused of deliberately harming 18 patients in the 3 months December 2003 - February 2004. He later got a life sentence and is still in jail. The three categories are Cardio-respiratory arrest, Respiratory arrest, Hypoglycaemic arrest. The data has been analysed in a paper presently under preparation https://www.math.leidenuniv.nl/~gill/Untitled_extended.pdf and the data of other hospitals was analysed in https://arxiv.org/abs/1407.2731
Has Missing Values?
No
Variable Information
Please read the cited papers
Dataset Files
File | Size |
---|---|
HortonGeneralHospital.csv | 3.1 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset horton_general_hospital = fetch_ucirepo(id=549) # data (as pandas dataframes) X = horton_general_hospital.data.features y = horton_general_hospital.data.targets # metadata print(horton_general_hospital.metadata) # variable information print(horton_general_hospital.variables)
Horton General Hospital [Dataset]. (2019). UCI Machine Learning Repository. https://doi.org/10.24432/C5G321.
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.