Shopping Mall Customer Segmentation Data
Customer Segmentation Data
@kaggle.zubairmustafa_shopping_mall_customer_segmentation_data
Customer Segmentation Data
@kaggle.zubairmustafa_shopping_mall_customer_segmentation_data
This dataset is designed for learning customer segmentation concepts, such as market basket analysis. It includes basic customer data such as Customer ID, age, gender, annual income, and spending score, which is assigned based on customer behavior and purchasing data. The goal is to help a supermarket mall owner understand their customers better, identify target customers who are likely to converge, and provide insights to the marketing team for strategic planning.
CREATE TABLE shopping_mall_customer_segmentation_data (
"customer_id" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"annual_income" BIGINT,
"spending_score" BIGINT
);Anyone who has the link will be able to view this.