Superstore Marketing Campaign Dataset
Sample customer data for analysis of a targeted Membership Offer
@kaggle.ahsan81_superstore_marketing_campaign_dataset
Sample customer data for analysis of a targeted Membership Offer
@kaggle.ahsan81_superstore_marketing_campaign_dataset
CREATE TABLE superstore_data (
"id" BIGINT,
"year_birth" BIGINT,
"education" VARCHAR,
"marital_status" VARCHAR,
"income" DOUBLE,
"kidhome" BIGINT,
"teenhome" BIGINT,
"dt_customer" TIMESTAMP,
"recency" BIGINT,
"mntwines" BIGINT,
"mntfruits" BIGINT,
"mntmeatproducts" BIGINT,
"mntfishproducts" BIGINT,
"mntsweetproducts" BIGINT,
"mntgoldprods" BIGINT,
"numdealspurchases" BIGINT,
"numwebpurchases" BIGINT,
"numcatalogpurchases" BIGINT,
"numstorepurchases" BIGINT,
"numwebvisitsmonth" BIGINT,
"response" BIGINT,
"complain" BIGINT
);
Anyone who has the link will be able to view this.