Fair Trade Chocolate
Detailed Insights into Buying Behavior and Attitudes Towards Fair Trade Products
@kaggle.noeyislearning_fair_trade_chocolate
Detailed Insights into Buying Behavior and Attitudes Towards Fair Trade Products
@kaggle.noeyislearning_fair_trade_chocolate
This dataset provides a comprehensive overview of consumer preferences and willingness to pay for Fair Trade chocolate versus normal chocolate. The data is sourced from a survey conducted in 2023 and offers detailed insights into buying behavior, attitudes towards Fair Trade products, and demographic factors. The dataset is structured to include key metrics such as buying frequency, reasons for selecting Fair Trade or normal chocolate, important purchase criteria, willingness to pay more for Fair Trade products, and demographic information, providing a robust foundation for analyzing consumer behavior and market trends.
CREATE TABLE willingness_to_pay (
"respondent_number" DOUBLE,
"chocolate_bought" VARCHAR,
"n_1_buying_frequency" VARCHAR -- 1. Buying Frequency,
"n_2_a_a_good_feeling" DOUBLE -- 2. A A) Good Feeling,
"n_2_a_b_environment" DOUBLE -- 2. A B) Environment,
"n_2_a_c_working_conditions" DOUBLE -- 2. A C) Working Conditions,
"n_2_a_d_to_be_in" DOUBLE -- 2. A D) To Be \"in\",
"n_2_a_e_embarassed_seller" DOUBLE -- 2. A E) Embarassed (seller),
"n_2_a_f_embarassed" DOUBLE -- 2. A F) Embarassed,
"n_2_a_g_taste" DOUBLE -- 2. A G) Taste,
"n_2_b_a_don_t_know_brand" DOUBLE -- 2. B A) Don´t Know Brand,
"n_2_b_b_don_t_care" DOUBLE -- 2. B B) Don´ T Care,
"n_2_b_c_don_t_trust" DOUBLE -- 2. B C) Don´t Trust,
"n_2_b_d_expensive" DOUBLE -- 2. B D) Expensive,
"n_5a_zna_ka" DOUBLE -- 5a) Značka,
"n_5b_chu" DOUBLE -- 5b) Chuť,
"n_5c_zem" VARCHAR -- 5c) Země,
"n_5d_cena" DOUBLE -- 5d) Cena,
"n_5e_odpov_dnost" VARCHAR -- 5e) Odpovědnost,
"n_5f_jin" VARCHAR -- 5f) Jiné,
"n_3a_brand" DOUBLE -- 3a) Brand,
"n_3b_taste" DOUBLE -- 3b) Taste,
"n_3c_country_of_origin" DOUBLE -- 3c) Country Of Origin,
"n_3d_price" DOUBLE -- 3d) Price,
"n_3e_sustainable_behaviour" DOUBLE -- 3e) Sustainable Behaviour,
"n_4_how_much_pay_more" VARCHAR -- 4. How Much Pay More,
"n_5_ft_price" DOUBLE -- 5. FT Price,
"i_gender" VARCHAR -- I. Gender,
"ii_income" VARCHAR -- II. Income,
"iii_country" VARCHAR -- III. Country,
"region" VARCHAR
);Anyone who has the link will be able to view this.