Mall Visiting Customer Data
Mall Customer Annual Income & Spending score
@kaggle.krishnaraj30_mall_visiting_customer_data
Mall Customer Annual Income & Spending score
@kaggle.krishnaraj30_mall_visiting_customer_data
CREATE TABLE mall_customers (
"customerid" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"annual_income_k" BIGINT,
"spending_score_1_100" BIGINT
);
Anyone who has the link will be able to view this.