Baselight

Customer Spending Dataset

"Customer Dataset for Analysis and Prediction"

@kaggle.goyaladi_customer_spending_dataset

Loading...
Loading...

About this Dataset

Customer Spending Dataset

๐Ÿ“Š Welcome to the Customer Dataset! ๐Ÿค๐Ÿ‘ฅ

This dataset provides valuable insights into customer demographics, income, spending habits, and purchase behavior. ๐ŸŽฏ๐Ÿ’ฐ It's designed to support your analysis, prediction, and customer segmentation tasks. ๐Ÿ“ˆ๐Ÿ”

Let's dive in and uncover the patterns that drive customer behavior! ๐Ÿ•ต๏ธโ€โ™‚๏ธ๐Ÿ’ก๐Ÿ’ผ

Feel free to explore, experiment, and apply various data analysis techniques to unlock meaningful insights. ๐Ÿง๐Ÿ’กโœจ

Happy exploring! ๐Ÿš€๐Ÿ”ฌ๐Ÿ”

Tables

Customer Data

@kaggle.goyaladi_customer_spending_dataset.customer_data
  • 35.01 KB
  • 1000 rows
  • 8 columns
Loading...

CREATE TABLE customer_data (
  "name" VARCHAR,
  "age" BIGINT,
  "gender" VARCHAR,
  "education" VARCHAR,
  "income" BIGINT,
  "country" VARCHAR,
  "purchase_frequency" DOUBLE,
  "spending" DOUBLE
);

Share link

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