Baselight

Ghana Health Facilities

Ownership & Types of Health Facilities in Ghana

@kaggle.citizen_ds_ghana_health_facilities_gh

Loading...
Loading...

About this Dataset

Ghana Health Facilities

Context

This dataset is provided as part of Citizen Data Science project, to gather & provide fairly clean data (which is a challenge in these regions) to support the data science practice in Ghana and other regions at the beginning of their data science learning curve. So you support is welcome

This dataset provides a listing of healthcare facilities in Ghana, by exploring it we gain new understanding of the country's health infrastructure.

Content

This dataset contains information about health facilities in Ghana organised by Region and District. It also includes the type of health facility and the ownership as well as its geo-location.

Dataset Usecases (are you up to the task? try any of below)

1. Learning/familiarisation with cleaning data and resolving in challenging context of data acquisition.

2. Understanding Ghana's health infrastructure

3. Complex Joint of health facilities and tier data
The health facilities data and the tier data are from difference sources but we like to join them because they refer to the same facility however this join may not be a simple join because the health facility name in both dataset are not exact a string match.

4. Understanding the level of access to facilities
Combined with population data we want to understand whether some regions or areas are deprived?

Any other creative stuff you can do with this data

Inspiration

Acknowledgements

accessed: http://data.gov.gh/dataset/health-facilities
source: http://www.moh-ghana.org/

by: easimadi

Tables

Health Facilities Gh

@kaggle.citizen_ds_ghana_health_facilities_gh.health_facilities_gh
  • 140.44 KB
  • 3756 rows
  • 8 columns
Loading...

CREATE TABLE health_facilities_gh (
  "region" VARCHAR,
  "district" VARCHAR,
  "facilityname" VARCHAR,
  "type" VARCHAR,
  "town" VARCHAR,
  "ownership" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Health Facility Tiers

@kaggle.citizen_ds_ghana_health_facilities_gh.health_facility_tiers
  • 24.84 KB
  • 1475 rows
  • 3 columns
Loading...

CREATE TABLE health_facility_tiers (
  "region" VARCHAR,
  "facility" VARCHAR,
  "tier" BIGINT
);

Share link

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