Baselight

Affairsdata

Finding a relation where relation is difficult!

@kaggle.gargmanas_affairsdata

Affairs
@kaggle.gargmanas_affairsdata.affairs

  • 24.96 KB
  • 6366 rows
  • 9 columns
rate_marriage

Rate Marriage

age

Age

yrs_married

Yrs Married

children

Children

religious

Religious

educ

Educ

occupation

Occupation

occupation_husb

Occupation Husb

affair

Affair

33293317251
327133114341
4222.5116351
43716.54316551
52791114341
4279214341
537235.5212541
537235.5212231
3222.5212331
3276116351

CREATE TABLE affairs (
  "rate_marriage" BIGINT,
  "age" DOUBLE,
  "yrs_married" DOUBLE,
  "children" DOUBLE,
  "religious" BIGINT,
  "educ" BIGINT,
  "occupation" BIGINT,
  "occupation_husb" BIGINT,
  "affair" BIGINT
);

Share link

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