Baselight

Lung Cancer

Does Smoking cause Lung Cancer.

@kaggle.mysarahmadbhat_lung_cancer

Survey Lung Cancer
@kaggle.mysarahmadbhat_lung_cancer.survey_lung_cancer

  • 12.41 KB
  • 309 rows
  • 16 columns
gender

GENDER

age

AGE

smoking

SMOKING

yellow_fingers

YELLOW FINGERS

anxiety

ANXIETY

peer_pressure

PEER PRESSURE

chronic_disease

CHRONIC DISEASE

fatigue

FATIGUE

allergy

ALLERGY

wheezing

WHEEZING

alcohol_consuming

ALCOHOL CONSUMING

coughing

COUGHING

shortness_of_breath

SHORTNESS OF BREATH

swallowing_difficulty

SWALLOWING DIFFICULTY

chest_pain

CHEST PAIN

lung_cancer

LUNG CANCER

M691221121222222YES
M742111222111222YES
F591112121212212NO
M632221111121122NO
F631211111212211NO
F751211222212211YES
M522111121222212YES
F512222122111221YES
F682121121111111NO
M532222212121122YES

CREATE TABLE survey_lung_cancer (
  "gender" VARCHAR,
  "age" BIGINT,
  "smoking" BIGINT,
  "yellow_fingers" BIGINT,
  "anxiety" BIGINT,
  "peer_pressure" BIGINT,
  "chronic_disease" BIGINT,
  "fatigue" BIGINT,
  "allergy" BIGINT,
  "wheezing" BIGINT,
  "alcohol_consuming" BIGINT,
  "coughing" BIGINT,
  "shortness_of_breath" BIGINT,
  "swallowing_difficulty" BIGINT,
  "chest_pain" BIGINT,
  "lung_cancer" VARCHAR
);

Share link

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