This dataset, hospitalcount_tbl_df, is a tibble containing the count of hospitals in India by state and union territory. It includes the number of hospitals in the public sector, the private sector, and the total number of hospitals (public + private) for each state or UT. The dataset preserves the original structure from its source on Kaggle.
Usage
data(hospitalcount_tbl_df)
Format
A tibble with 37 observations and 4 variables:
- States/UTs
Name of the state or union territory (character)
- Number of hospitals in public sector
Number of hospitals in the public sector (numeric)
- Number of hospitals in private sector
Number of hospitals in the private sector (numeric)
- Total number of hospitals (public+private)
Total number of hospitals combining public and private sectors (numeric)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/gokulprakash22/hospitals-count-in-india-statewise