Baselight

Shop Customer Data

Data about customers

@kaggle.datascientistanna_customers_dataset

Loading...
Loading...

About this Dataset

Shop Customer Data

Shop Customer Data is a detailed analysis of a imaginative shop's ideal customers. It helps a business to better understand its customers. The owner of a shop gets information about Customers through membership cards.

Dataset consists of 2000 records and 8 columns:

  • Customer ID
  • Gender
  • Age
  • Annual Income
  • Spending Score - Score assigned by the shop, based on customer behavior and spending nature
  • Profession
  • Work Experience - in years
  • Family Size

Tables

Customers

@kaggle.datascientistanna_customers_dataset.customers
  • 35.23 KB
  • 2000 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.