Anonymized FFQ & Nutrition Survey - 538
538's Food Frequency Questionnaire and survey data from 54 respondents
@kaggle.joebeachcapital_anonymized_ffq_and_nutrition_survey_538
538's Food Frequency Questionnaire and survey data from 54 respondents
@kaggle.joebeachcapital_anonymized_ffq_and_nutrition_survey_538
CREATE TABLE raw_anonymized_data (
"id" BIGINT,
"cancer" VARCHAR,
"diabetes" VARCHAR,
"heart_disease" VARCHAR,
"belly" VARCHAR,
"ever_smoked" VARCHAR,
"currently_smoke" VARCHAR,
"smoke_often" VARCHAR,
"smoke_rarely" VARCHAR,
"never_smoked" VARCHAR,
"quit_smoking" VARCHAR,
"left_hand" VARCHAR,
"right_hand" VARCHAR,
"readingmath" VARCHAR,
"mathreading" VARCHAR,
"favcable" VARCHAR,
"unfavcable" VARCHAR,
"neutralcable" VARCHAR,
"nocrash" VARCHAR,
"yescrash" VARCHAR,
"uhcrash" VARCHAR,
"rash" VARCHAR,
"cat" VARCHAR,
"dog" VARCHAR,
"dems" VARCHAR,
"atheist" VARCHAR,
"jewish" VARCHAR,
"breakfastsandwichfreq" BIGINT,
"breakfastsandwichquan" BIGINT,
"eggsfreq" BIGINT,
"eggsquan" BIGINT,
"yogurtfreq" BIGINT,
"yogurtquan" BIGINT,
"cottagecheesefreq" BIGINT,
"cottagecheesequan" BIGINT,
"creamcheesefreq" BIGINT,
"creamcheesequan" BIGINT,
"slicedcheesefreq" BIGINT,
"slicedcheesequan" BIGINT,
"coldcerealfreq" BIGINT,
"coldcerealquan" BIGINT,
"wholegraincerealfreq" BIGINT,
"wholegraincerealquan" BIGINT,
"gritsfreq" BIGINT,
"gritsquan" BIGINT,
"milkoncerealfreq" BIGINT,
"milkoncerealquan" BIGINT,
"brownricefreq" BIGINT,
"brownricequan" BIGINT,
"whitericefreq" BIGINT,
"whitericequan" BIGINT,
"pancakefreq" BIGINT,
"pancakequan" BIGINT,
"pastriesfreq" BIGINT,
"pastriesquan" BIGINT,
"biscuitfreq" BIGINT,
"biscuitquan" BIGINT,
"cornbreadfreq" BIGINT,
"cornbreadquan" BIGINT,
"bunsfreq" BIGINT,
"bunsquan" BIGINT,
"bagelfreq" BIGINT,
"bagelquan" BIGINT,
"tortillasfreq" BIGINT,
"tortillasquan" BIGINT,
"otherbreadsfreq" BIGINT,
"otherbreadsquan" BIGINT,
"broccolifreq" BIGINT,
"broccoliquan" BIGINT,
"carrotsfreq" BIGINT,
"carrotsquan" BIGINT,
"cornfreq" BIGINT,
"cornquan" BIGINT,
"greenbeansfreq" BIGINT,
"greenbeansquan" BIGINT,
"cookedgreensfreq" BIGINT,
"cookedgreensquan" BIGINT,
"cabbagefreq" BIGINT,
"cabbagequan" BIGINT,
"greensaladfreq" BIGINT,
"greensaladquan" BIGINT,
"rawtomatoesfreq" BIGINT,
"rawtomatoesquan" BIGINT,
"saladdressingsfreq" BIGINT,
"saladdressingsquan" BIGINT,
"avocadofreq" BIGINT,
"avocadoquan" BIGINT,
"sweetpotatoesfreq" BIGINT,
"sweetpotatoesquan" BIGINT,
"friesfreq" BIGINT,
"friesquan" BIGINT,
"potatoesfreq" BIGINT,
"potatoesquan" BIGINT,
"otherveggiesfreq" BIGINT,
"otherveggiesquan" BIGINT,
"melonsfreq" BIGINT,
"melonsquan" BIGINT,
"berriesfreq" BIGINT,
"berriesquan" BIGINT,
"bananasfreq" BIGINT
);
Anyone who has the link will be able to view this.