Baselight

Maternal Health Risk

From the rural areas of Bangladesh through the IoT based risk monitoring system

@kaggle.joebeachcapital_maternal_health_risk

Loading...
Loading...

About this Dataset

Maternal Health Risk

Data has been collected from different hospitals, community clinics, maternal health cares from the rural areas of Bangladesh through the IoT based risk monitoring system.

Age, Systolic Blood Pressure as SystolicBP, Diastolic BP as DiastolicBP, Blood Sugar as BS, Body Temperature as BodyTemp, HeartRate and RiskLevel. All these are the responsible and significant risk factors for maternal mortality, that is one of the main concern of SDG of UN.

Tables

Maternal Health Risk Data Set

@kaggle.joebeachcapital_maternal_health_risk.maternal_health_risk_data_set
  • 9.08 KB
  • 1014 rows
  • 7 columns
Loading...

CREATE TABLE maternal_health_risk_data_set (
  "age" BIGINT,
  "systolicbp" BIGINT,
  "diastolicbp" BIGINT,
  "bs" DOUBLE,
  "bodytemp" DOUBLE,
  "heartrate" BIGINT,
  "risklevel" VARCHAR
);

Share link

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