Baselight

Customer Personality Analysis

Analysis of company's ideal customers

@kaggle.imakash3011_customer_personality_analysis

Marketing Campaign
@kaggle.imakash3011_customer_personality_analysis.marketing_campaign

  • 88.02 KB
  • 2240 rows
  • 29 columns
id

ID

year_birth

Year Birth

education

Education

marital_status

Marital Status

income

Income

kidhome

Kidhome

teenhome

Teenhome

dt_customer

Dt Customer

recency

Recency

mntwines

MntWines

mntfruits

MntFruits

mntmeatproducts

MntMeatProducts

mntfishproducts

MntFishProducts

mntsweetproducts

MntSweetProducts

mntgoldprods

MntGoldProds

numdealspurchases

NumDealsPurchases

numwebpurchases

NumWebPurchases

numcatalogpurchases

NumCatalogPurchases

numstorepurchases

NumStorePurchases

numwebvisitsmonth

NumWebVisitsMonth

acceptedcmp3

AcceptedCmp3

acceptedcmp4

AcceptedCmp4

acceptedcmp5

AcceptedCmp5

acceptedcmp1

AcceptedCmp1

acceptedcmp2

AcceptedCmp2

complain

Complain

z_costcontact

Z CostContact

z_revenue

Z Revenue

response

Response

55241957GraduationSingle5813804-09-2012586358854617288883810473111
21741954GraduationSingle463441108-03-201438111621621125311
41411965GraduationTogether7161321-08-201326426491271112142182104311
61821984GraduationTogether26646110-02-2014261142010352246311
53241981PhDMarried58293119-01-2014941734311846271555365311
74461967MasterTogether62513109-09-20131652042984214264106311
9651971GraduationDivorced55635113-11-2012342356516450492747376311
61771985PhDMarried33454108-05-20133276105631232448311
48551974PhDTogether30351106-06-201319142433213293111
58991950PhDTogether56481113-03-201468286111311201311

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
);

Share link

Anyone who has the link will be able to view this.