Sales Data
A Comprehensive Dataset on Product Performance & External Factors
@kaggle.data667_sales_data
A Comprehensive Dataset on Product Performance & External Factors
@kaggle.data667_sales_data
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
);
Anyone who has the link will be able to view this.