Covid-19 Food Insecurity Data
Collection of survey data showing the effects of covid-19 on food insecurity
@kaggle.jackogozaly_pulse_survey_food_insecurity_data
Collection of survey data showing the effects of covid-19 on food insecurity
@kaggle.jackogozaly_pulse_survey_food_insecurity_data
CREATE TABLE final_pulse_data (
"enough_of_the_kinds_of_food_wanted" DOUBLE,
"enough_food_but_not_always_the_kinds_wanted" DOUBLE,
"sometimes_not_enough_to_eat" DOUBLE,
"often_not_enough_to_eat" DOUBLE,
"did_not_report" DOUBLE,
"age" VARCHAR,
"sex_at_birth" VARCHAR,
"race" VARCHAR,
"education" VARCHAR,
"marital_status" VARCHAR,
"children_present" VARCHAR,
"unemployed_last_4" VARCHAR,
"employed_last_7" VARCHAR,
"reason_not_working" VARCHAR,
"receiving_pay_no_work" VARCHAR,
"income" VARCHAR,
"health_status" VARCHAR,
"freq_feel_anxious" VARCHAR,
"freq_feel_control_worry" VARCHAR,
"freq_feel_lil_interest" VARCHAR,
"freq_feel_depressed" VARCHAR,
"covered_by_insurance" VARCHAR,
"caught_up_on_mortgage" VARCHAR,
"conf_pay_next_rent_or_mortgage" VARCHAR,
"free_groceries" VARCHAR,
"provider_of_free_groceries" VARCHAR,
"location" VARCHAR,
"week" VARCHAR,
"household_size" VARCHAR,
"used_to_meet_needs" VARCHAR,
"house_receives_snap" VARCHAR,
"active_duty" VARCHAR,
"difficulty_seeing" VARCHAR,
"difficulty_hearing" VARCHAR,
"difficulty_remembering" VARCHAR,
"difficulty_walking_climbing" VARCHAR,
"sexual_orientation" VARCHAR,
"lgbt" VARCHAR,
"week_name" VARCHAR,
"year" BIGINT
);
Anyone who has the link will be able to view this.