Delicious,Fast, Satisfaction
It compares popular sub sandwich brands, providing insights into how each brand
@kaggle.willianoliveiragibin_deliciousfast_satisfaction
It compares popular sub sandwich brands, providing insights into how each brand
@kaggle.willianoliveiragibin_deliciousfast_satisfaction
CREATE TABLE sub_sandwiches_osat_new (
"respondent_serial" BIGINT,
"brand" VARCHAR,
"osat" BIGINT,
"food_looks_appetizing" DOUBLE,
"has_food_that_tastes_good" DOUBLE,
"has_food_i_crave" DOUBLE,
"provides_the_right_proportions_of_ingredients" DOUBLE,
"has_a_wide_variety_of_menu_options" DOUBLE,
"offers_healthy_better_for_you_menu_options" DOUBLE,
"is_making_changes_to_improve_their_food" DOUBLE,
"has_a_unique_distinctive_approach_that_makes_food_better" DOUBLE,
"has_a_wide_range_of_ingredients" DOUBLE,
"portions_are_the_right_size_for_my_appetite" DOUBLE,
"has_good_environmental_sustainability_practices" DOUBLE,
"is_worth_the_price" DOUBLE,
"is_something_i_can_afford_to_eat_regularly" DOUBLE,
"is_competitively_priced" DOUBLE,
"is_a_good_value_for_the_money" DOUBLE,
"has_enticing_promotional_offers" DOUBLE,
"has_a_good_loyalty_program" DOUBLE,
"employees_show_care_for_my_food_order" DOUBLE,
"provides_fast_service" DOUBLE,
"ordering_is_simple_and_easy" DOUBLE,
"employees_are_friendly_and_engaging" DOUBLE,
"level_of_visibility_of_my_food_being_made" DOUBLE,
"i_m_able_to_make_my_order_exactly_how_i_would_like_it" DOUBLE,
"provides_a_consistent_experience" DOUBLE,
"integrates_technology_into_its_ordering_process" DOUBLE,
"food_is_easy_to_eat_on_the_go" DOUBLE,
"i_can_easily_order_for_delivery_to_a_location_convenient_to_me" DOUBLE,
"food_prep_area_is_clean_and_organized" DOUBLE,
"restaurant_is_clean" DOUBLE,
"environment_is_warm_and_inviting" DOUBLE,
"decor_is_current_and_modern" DOUBLE,
"restaurant_environment_is_designed_for_someone_like_me" DOUBLE,
"restaurant_has_curb_appeal" DOUBLE,
"ingredients_are_fresh" DOUBLE,
"ingredients_are_high_quality" DOUBLE,
"offers_good_quality_meats" DOUBLE,
"offers_good_quality_veggies_and_toppings" DOUBLE,
"uses_freshly_baked_bread" DOUBLE,
"they_make_me_feel_valued" DOUBLE,
"place_i_am_happy_to_be_seen" DOUBLE
);
Anyone who has the link will be able to view this.