Retail Sales Dataset
Unveiling Retail Trends: A Dive into Sales Patterns and Customer Profiles
@kaggle.mohammadtalib786_retail_sales_dataset
Unveiling Retail Trends: A Dive into Sales Patterns and Customer Profiles
@kaggle.mohammadtalib786_retail_sales_dataset
CREATE TABLE retail_sales_dataset (
"transaction_id" BIGINT,
"date" TIMESTAMP,
"customer_id" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"product_category" VARCHAR,
"quantity" BIGINT,
"price_per_unit" BIGINT,
"total_amount" BIGINT
);
Anyone who has the link will be able to view this.