Shop Customer Data
Data about customers
@kaggle.datascientistanna_customers_dataset
Data about customers
@kaggle.datascientistanna_customers_dataset
CREATE TABLE customers (
"customerid" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"annual_income" BIGINT,
"spending_score_1_100" BIGINT,
"profession" VARCHAR,
"work_experience" BIGINT,
"family_size" BIGINT
);
Anyone who has the link will be able to view this.