Baselight

Hospitals Count In India - Statewise

The count of hospitals in both public and private sectors by Statewise.

@kaggle.gokulprakash22_hospitals_count_in_india_statewise

Loading...
Loading...

About this Dataset

Hospitals Count In India - Statewise

Context

This Dataset consist of hospitals count in India by Statewise. This Dataset is obtained from various sources.

Content

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).

Acknowledgements

This is done during the internship at Tact Labs.

Tables

Hospitals Count In India Statewise

@kaggle.gokulprakash22_hospitals_count_in_india_statewise.hospitals_count_in_india_statewise
  • 5.37 kB
  • 37 rows
  • 4 columns
Loading...
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)
);

Share link

Anyone who has the link will be able to view this.