Customer Purchase Behavior - Electronic Sales Data
Customer purchasing behavior and demographics in the electronics market.
@kaggle.cameronseamons_electronic_sales_sep2023_sep2024
Customer purchasing behavior and demographics in the electronics market.
@kaggle.cameronseamons_electronic_sales_sep2023_sep2024
CREATE TABLE electronic_sales_sep2023_sep2024 (
"customer_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"loyalty_member" VARCHAR,
"product_type" VARCHAR,
"sku" VARCHAR,
"rating" BIGINT,
"order_status" VARCHAR,
"payment_method" VARCHAR,
"total_price" DOUBLE,
"unit_price" DOUBLE,
"quantity" BIGINT,
"purchase_date" TIMESTAMP,
"shipping_type" VARCHAR,
"add_ons_purchased" VARCHAR,
"add_on_total" DOUBLE
);
Anyone who has the link will be able to view this.