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
Problem Statement
Customer Personality Analysis is a detailed analysis of a company’s ideal customers. It helps a business to better understand its customers and makes it easier for them to modify products according to the specific needs, behaviors and concerns of different types of customers.
Customer personality analysis helps a business to modify its product based on its target customers from different types of customer segments. For example, instead of spending money to market a new product to every customer in the company’s database, a company can analyze which customer segment is most likely to buy the product and then market the product only on that particular segment.
Attributes
People
Products
Promotion
Place
Need to perform clustering to summarize customer segments.
The dataset for this project is provided by Dr. Omar Romero-Hernandez.
You can take help from following link to know more about the approach to solve this problem.
Visit this URL  
happy learning....
Hope you like this dataset please don't forget to like this dataset
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.