Hospitals Count In India - Statewise
The count of hospitals in both public and private sectors by Statewise.
@kaggle.gokulprakash22_hospitals_count_in_india_statewise
The count of hospitals in both public and private sectors by Statewise.
@kaggle.gokulprakash22_hospitals_count_in_india_statewise
This Dataset consist of hospitals count in India by Statewise. This Dataset is obtained from various sources.
This Dataset consist of 4 columns - Name of State/UT, Number of hospitals in public sector, Number of hospitals in private sector and Total number of hospitals (public+private).
This is done during the internship at Tact Labs.
CREATE TABLE hospitals_count_in_india_statewise (
"states_uts" VARCHAR,
"number_of_hospitals_in_public_sector" DOUBLE,
"number_of_hospitals_in_private_sector" DOUBLE,
"total_number_of_hospitals_public_private" DOUBLE -- Total Number Of Hospitals (public+private)
);Anyone who has the link will be able to view this.