Baselight

Sales Data

A Comprehensive Dataset on Product Performance & External Factors

@kaggle.data667_sales_data

Loading...
Loading...

About this Dataset

Sales Data

Comprehensive sales dataset capturing product performance, customer behavior, and external influences. Ideal for analyzing market dynamics, optimizing inventory, and driving strategic decisions.

Tables

Sales Dataset

@kaggle.data667_sales_data.sales_dataset
  • 126.39 KB
  • 4444 rows
  • 18 columns
Loading...

CREATE TABLE sales_dataset (
  "product_id" VARCHAR,
  "product_name" VARCHAR,
  "category" VARCHAR,
  "units_sold" BIGINT,
  "revenue" BIGINT,
  "order_date" TIMESTAMP,
  "delivery_date" TIMESTAMP,
  "inventory_level" BIGINT,
  "customer_id" VARCHAR,
  "season" VARCHAR,
  "holiday" BIGINT,
  "location" VARCHAR,
  "lead_time" BIGINT,
  "supplier_performance" DOUBLE,
  "social_media_mentions" BIGINT,
  "external_events" BIGINT,
  "quality_control" VARCHAR,
  "price" BIGINT
);

Share link

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