Baselight

Pakistan Hospitals Dataset

Record of 8650 Hospitals

@kaggle.mabdullahsajid_pakistan_hopitals_dataset

Loading...
Loading...

About this Dataset

Pakistan Hospitals Dataset

Dataset Description: Pakistan Hospitals Dataset

This comprehensive dataset provides a detailed record of 8,650 hospitals located in various cities and areas across Pakistan. It encompasses essential information about each hospital, facilitating insights into the country's healthcare infrastructure. The dataset covers a wide range of hospitals, offering a valuable resource for healthcare analysts, researchers, and policymakers.

Features

Hospital Name: The name of the hospital.
City: The city where the hospital is located.
Area: The specific area within the city where the hospital is situated.
Available Doctors: The count of doctors available at the hospital.
Address: The physical address of the hospital's location.
Contact: Contact information for the hospital, such as phone numbers or email addresses.
The dataset aims to empower data-driven decisions and in-depth analyses related to healthcare accessibility, distribution of medical facilities, and trends in the healthcare landscape of Pakistan. By providing a comprehensive view of hospitals and their associated attributes, this dataset encourages exploration of healthcare patterns and their implications.

Potential Use Cases

Analyzing the distribution of hospitals and doctors across different cities and areas.
Identifying areas with high or low doctor-to-patient ratios.
Assessing the correlation between hospital size and the number of available doctors.
Exploring trends in healthcare infrastructure growth over time.
Supporting decision-making processes for healthcare investment and resource allocation.

Data Source

The dataset has been curated from reliable sources, ensuring accuracy and relevance. It offers a robust foundation for conducting meaningful analyses and contributing to the understanding of healthcare dynamics in Pakistan.

Tables

Pakistan Hospitals Details

@kaggle.mabdullahsajid_pakistan_hopitals_dataset.pakistan_hospitals_details
  • 612.08 KB
  • 8652 rows
  • 6 columns
Loading...

CREATE TABLE pakistan_hospitals_details (
  "hospital_name" VARCHAR,
  "city" VARCHAR,
  "area" VARCHAR,
  "address" VARCHAR,
  "doctors" VARCHAR,
  "contact" VARCHAR
);

Pk Hospitals By Area

@kaggle.mabdullahsajid_pakistan_hopitals_dataset.pk_hospitals_by_area
  • 26.38 KB
  • 2190 rows
  • 3 columns
Loading...

CREATE TABLE pk_hospitals_by_area (
  "city" VARCHAR,
  "area" VARCHAR,
  "total_hospitals" BIGINT
);

Pk Hospitals By City

@kaggle.mabdullahsajid_pakistan_hopitals_dataset.pk_hospitals_by_city
  • 3.73 KB
  • 127 rows
  • 2 columns
Loading...

CREATE TABLE pk_hospitals_by_city (
  "city" VARCHAR,
  "hospital_name" BIGINT
);

Share link

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