Customer Segmentation
Score customers based on their behaviors and purchasing data
@kaggle.joebeachcapital_customer_segmentation
Score customers based on their behaviors and purchasing data
@kaggle.joebeachcapital_customer_segmentation
CREATE TABLE mall_customers (
"customerid" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"annual_income_k" BIGINT,
"spending_score_1_100" BIGINT
);
Anyone who has the link will be able to view this.