Customer Spending Dataset
"Customer Dataset for Analysis and Prediction"
@kaggle.goyaladi_customer_spending_dataset
"Customer Dataset for Analysis and Prediction"
@kaggle.goyaladi_customer_spending_dataset
CREATE TABLE customer_data (
"name" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"education" VARCHAR,
"income" BIGINT,
"country" VARCHAR,
"purchase_frequency" DOUBLE,
"spending" DOUBLE
);
Anyone who has the link will be able to view this.