Customer Propensity To Purchase Dataset
A data set logging shoppers interactions on an online store
@kaggle.benpowis_customer_propensity_to_purchase_data
A data set logging shoppers interactions on an online store
@kaggle.benpowis_customer_propensity_to_purchase_data
CREATE TABLE training_sample (
"userid" VARCHAR,
"basket_icon_click" BIGINT,
"basket_add_list" BIGINT,
"basket_add_detail" BIGINT,
"sort_by" BIGINT,
"image_picker" BIGINT,
"account_page_click" BIGINT,
"promo_banner_click" BIGINT,
"detail_wishlist_add" BIGINT,
"list_size_dropdown" BIGINT,
"closed_minibasket_click" BIGINT,
"checked_delivery_detail" BIGINT,
"checked_returns_detail" BIGINT,
"sign_in" BIGINT,
"saw_checkout" BIGINT,
"saw_sizecharts" BIGINT,
"saw_delivery" BIGINT,
"saw_account_upgrade" BIGINT,
"saw_homepage" BIGINT,
"device_mobile" BIGINT,
"device_computer" BIGINT,
"device_tablet" BIGINT,
"returning_user" BIGINT,
"loc_uk" BIGINT,
"ordered" BIGINT
);
Anyone who has the link will be able to view this.