File size: 463 Bytes
961cf0c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | PAD_SCHEMA = [
"patient_id",
"lesion_id",
"smoke",
"drink",
"background_father",
"background_mother",
"age",
"pesticide",
"gender",
"skin_cancer_history",
"cancer_history",
"has_piped_water",
"has_sewage_system",
"fitspatrick",
"region",
"diameter_1",
"diameter_2",
"diagnostic",
"itch",
"grew",
"hurt",
"changed",
"bleed",
"elevation",
"img_id",
"biopsed",
] |