Baselight

Married At First Sight

What makes couples stay together?

@kaggle.mrisdal_married_at_first_sight

About this Dataset

Married At First Sight

Context

The Lifetime reality television show and social experiment, Married at First Sight, features men and women who sign up to marry a complete stranger they've never met before. Experts pair couples based on tests and interviews. After marriage, couples have only a few short weeks together to decide if they want to stay married or get a divorce. There have been 10 full seasons so far which provides interesting data to look at what factors may or may not play a role in their decisions at the end of eight weeks as well as longer-term outcomes since the show aired.

Content

The data was gathered from Wikipedia. It contains information about the couples, their decisions, and additional metadata.

Tables

Mafs

@kaggle.mrisdal_married_at_first_sight.mafs
  • 15.04 KB
  • 68 rows
  • 17 columns
Loading...

CREATE TABLE mafs (
  "couple" BIGINT,
  "season" BIGINT,
  "location" VARCHAR,
  "name" VARCHAR,
  "age" BIGINT,
  "gender" VARCHAR,
  "occupation" VARCHAR,
  "decision" VARCHAR,
  "status" VARCHAR,
  "drpepperschwartz" BIGINT,
  "drloganlevkoff" BIGINT,
  "drjosephcilona" BIGINT,
  "chaplaingregepstein" BIGINT,
  "pastorcalvinroberson" BIGINT,
  "racheldealto" BIGINT,
  "drjessicagriffin" BIGINT,
  "drvivianacoles" BIGINT
);