Dietary Choices Of Brits
@owid.dietary_choices_uk
@owid.dietary_choices_uk
This dataset contains the result of YouGov surveys asking the question: "Which of these best describes your diet?". The available responses were:
CREATE TABLE owid_dietary_choices_uk_1 (
"group" VARCHAR,
"date" VARCHAR,
"base" INTEGER,
"base_unweighted" INTEGER,
"flexitarian" FLOAT,
"meat_eater" FLOAT,
"none" FLOAT,
"pescetarian" FLOAT,
"vegan" FLOAT,
"vegetarian" FLOAT
);CREATE TABLE owid_dietary_choices_uk_2 (
"group" VARCHAR,
"date" VARCHAR,
"base" INTEGER,
"base_unweighted" INTEGER,
"flexitarian" FLOAT,
"meat_eater" FLOAT,
"none" FLOAT,
"pescetarian" FLOAT,
"vegan" FLOAT,
"vegetarian" FLOAT
);Anyone who has the link will be able to view this.