hospitalcount_tbl_df | R Documentation |
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.
data(hospitalcount_tbl_df)
A tibble with 37 observations and 4 variables:
Name of the state or union territory (character)
Number of hospitals in the public sector (numeric)
Number of hospitals in the private sector (numeric)
Total number of hospitals combining public and private sectors (numeric)
The dataset name has been kept as 'hospitalcount_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/gokulprakash22/hospitals-count-in-india-statewise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.