Baselight

PostPartum Depression

Mental Disorder of pregnant women

@kaggle.parvezalmuqtadir2348_postpartum_depression

Loading...
Loading...

About this Dataset

PostPartum Depression

In our research, we gathered a dataset of 1503 records from a medical hospital using a
questionnaire administered through a Google form. This dataset has not yet been published.
Our dataset includes 15 attributes, where I select 10 attributes, 9 of which were used for
analysis and 1 of which was the target attribute. The target attribute, "Feeling Anxious,"
was chosen as a predictor of postpartum depression.

Tables

Post Natal Data

@kaggle.parvezalmuqtadir2348_postpartum_depression.post_natal_data
  • 12.72 KB
  • 1503 rows
  • 11 columns
Loading...

CREATE TABLE post_natal_data (
  "timestamp" TIMESTAMP,
  "age" VARCHAR,
  "feeling_sad_or_tearful" VARCHAR,
  "irritable_towards_baby_partner" VARCHAR,
  "trouble_sleeping_at_night" VARCHAR,
  "problems_concentrating_or_making_decision" VARCHAR,
  "overeating_or_loss_of_appetite" VARCHAR,
  "feeling_anxious" VARCHAR,
  "feeling_of_guilt" VARCHAR,
  "problems_of_bonding_with_baby" VARCHAR,
  "suicide_attempt" VARCHAR
);

Share link

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