Baselight

Obesity Worlds

This dataset include data for the estimation of obesity levels in individuals.

@kaggle.willianoliveiragibin_obesity_worlds

Obesity New
@kaggle.willianoliveiragibin_obesity_worlds.obesity_new

  • 77.58 KB
  • 2111 rows
  • 19 columns
gender

Gender

age

Age

family_history_with_overweight

Family History With Overweight

favc

FAVC

fcvc

FCVC

ncp

NCP

caec

CAEC

smoke

SMOKE

ch2o

CH2O

scc

SCC

faf

FAF

tue

TUE

calc

CALC

automobile

Automobile

bike

Bike

motorbike

Motorbike

public_transportation

Public Transportation

walking

Walking

nobeyesdad

NObeyesdad

2112312011
2113311313011
123123122121
12733122021
12221120011
129123120011
231133121011
12223123011
1241133121121
122112312111

CREATE TABLE obesity_new (
  "gender" BIGINT,
  "age" VARCHAR,
  "family_history_with_overweight" BIGINT,
  "favc" BIGINT,
  "fcvc" VARCHAR,
  "ncp" VARCHAR,
  "caec" BIGINT,
  "smoke" BIGINT,
  "ch2o" VARCHAR,
  "scc" BIGINT,
  "faf" VARCHAR,
  "tue" VARCHAR,
  "calc" BIGINT,
  "automobile" BIGINT,
  "bike" BIGINT,
  "motorbike" BIGINT,
  "public_transportation" BIGINT,
  "walking" BIGINT,
  "nobeyesdad" BIGINT
);

Share link

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