Customer Segmentation Data
Unlock Insights, Optimize Marketing: Explore Data for Customer Segmentation
@kaggle.ravalsmit_customer_segmentation_data
Unlock Insights, Optimize Marketing: Explore Data for Customer Segmentation
@kaggle.ravalsmit_customer_segmentation_data
CREATE TABLE customer_segmentation_data (
"customer_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"marital_status" VARCHAR,
"education_level" VARCHAR,
"geographic_information" VARCHAR,
"occupation" VARCHAR,
"income_level" BIGINT,
"behavioral_data" VARCHAR,
"purchase_history" VARCHAR,
"interactions_with_customer_service" VARCHAR,
"insurance_products_owned" VARCHAR,
"coverage_amount" BIGINT,
"premium_amount" BIGINT,
"policy_type" VARCHAR,
"customer_preferences" VARCHAR,
"preferred_communication_channel" VARCHAR,
"preferred_contact_time" VARCHAR,
"preferred_language" VARCHAR,
"segmentation_group" VARCHAR
);
Anyone who has the link will be able to view this.