Customer Personality Analysis
Analysis of company's ideal customers
@kaggle.imakash3011_customer_personality_analysis
Analysis of company's ideal customers
@kaggle.imakash3011_customer_personality_analysis
CREATE TABLE marketing_campaign (
"id" BIGINT,
"year_birth" BIGINT,
"education" VARCHAR,
"marital_status" VARCHAR,
"income" DOUBLE,
"kidhome" BIGINT,
"teenhome" BIGINT,
"dt_customer" VARCHAR,
"recency" BIGINT,
"mntwines" BIGINT,
"mntfruits" BIGINT,
"mntmeatproducts" BIGINT,
"mntfishproducts" BIGINT,
"mntsweetproducts" BIGINT,
"mntgoldprods" BIGINT,
"numdealspurchases" BIGINT,
"numwebpurchases" BIGINT,
"numcatalogpurchases" BIGINT,
"numstorepurchases" BIGINT,
"numwebvisitsmonth" BIGINT,
"acceptedcmp3" BIGINT,
"acceptedcmp4" BIGINT,
"acceptedcmp5" BIGINT,
"acceptedcmp1" BIGINT,
"acceptedcmp2" BIGINT,
"complain" BIGINT,
"z_costcontact" BIGINT,
"z_revenue" BIGINT,
"response" BIGINT
);
Anyone who has the link will be able to view this.