Customer Purchasing Behaviors
analyzes customers' behavior
@kaggle.hanaksoy_customer_purchasing_behaviors
analyzes customers' behavior
@kaggle.hanaksoy_customer_purchasing_behaviors
CREATE TABLE customer_purchasing_behaviors (
"user_id" BIGINT,
"age" BIGINT,
"annual_income" BIGINT,
"purchase_amount" BIGINT,
"loyalty_score" DOUBLE,
"region" VARCHAR,
"purchase_frequency" BIGINT
);
Anyone who has the link will be able to view this.