Hospitals And Beds In India (Statewise)
Statwise number of beds and hospitals in India.
@kaggle.dheerajmpai_hospitals_and_beds_in_india
Statwise number of beds and hospitals in India.
@kaggle.dheerajmpai_hospitals_and_beds_in_india
The Novel coronavirus (Covid-19) has caused acute shortage of healthcare infrastructure. The following is number of beds and hospitals in different states and union territories. This data along with the patient database can be crucial in predicting the acute shortages of medical infrastructure and supplement wherever necessary.
The files contain the details of number of beds and hospitals in different states and union territories as of July 2018. The dataset is further classified into the ministries that maintain these hospitals and beds (Ministry of Defence, Railways etc.).
The file contains
The original data is available in HTML format at (https://pib.gov.in/PressReleasePage.aspx?PRID=1539877) Archive. The original data is copyright free and republished here with CC0 License
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
The fight the ongoing Covid-19 crisis.
CREATE TABLE ayushhospitals (
"srl_no" VARCHAR -- Srl No.,
"state_ut" VARCHAR -- State / UT,
"number_of_hospitals" VARCHAR,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4,
"unnamed_5" VARCHAR -- Unnamed: 5,
"number_of_beds" VARCHAR,
"unnamed_7" VARCHAR -- Unnamed: 7,
"unnamed_8" VARCHAR -- Unnamed: 8,
"unnamed_9" VARCHAR -- Unnamed: 9
);
CREATE TABLE employees_state_insurance_corporation (
"employees_state_insurance_corporation_hospitals_and_be_3c440abd" VARCHAR -- Employees State Insurance Corporation Hospitals And Beds (as On 31.03.2017),
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3
);
CREATE TABLE hospitals_and_beds_maintained_by_ministry_of_defence (
"s_no" VARCHAR -- S. No.,
"name_of_state" VARCHAR,
"no_of_hospitals" DOUBLE -- No. Of Hospitals,
"no_of_beds" DOUBLE -- No. Of Beds
);
CREATE TABLE hospitals_and_beds_maintained_by_railways (
"number_of_hospitals_and_beds_in_railways_as_on_21_03_2018" VARCHAR -- Number Of Hospitals And Beds In Railways (as On 21/03/2018),
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3
);
CREATE TABLE hospitals_and_beds_statewise (
"unnamed_0" VARCHAR -- Unnamed: 0,
"phc" BIGINT,
"chc" BIGINT,
"sdh" DOUBLE,
"dh" BIGINT,
"total" BIGINT,
"unnamed_6" BIGINT -- Unnamed: 6
);
CREATE TABLE metadata (
"source_link" VARCHAR,
"https_pib_gov_in_pressreleasepage_aspx_prid_1539877" VARCHAR -- Https://pib.gov.in/PressReleasePage.aspx?PRID\u003d1539877,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3
);
CREATE TABLE number_of_government_hospitals_and_beds_in_rural_and_u_1c85a5c8 (
"states_uts" VARCHAR,
"rural_hospitals" VARCHAR,
"unnamed_2" VARCHAR -- Unnamed: 2,
"urban_hospitals" VARCHAR,
"unnamed_4" VARCHAR -- Unnamed: 4,
"as_on" VARCHAR
);
Anyone who has the link will be able to view this.