Skip to contents

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)

Details

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.