Baselight

Retail Sales Data Set Of Alcohol And Liquor

Usefull Dataset for Warehouse and Retail Sales Analysis

@kaggle.fatemehmohammadinia_retail_sales_data_set_of_alcohol_and_liquor

Loading...
Loading...

About this Dataset

Retail Sales Data Set Of Alcohol And Liquor

📦 Dataset Description: Monthly Item-Level Sales and Movement Data

This dataset comprises detailed monthly records of retail and warehouse movement for individual items across departments and suppliers. The data includes:

  • Timeframe: Monthly entries from 2017 to 2020
  • Granularity: Per item, per supplier, per department
  • Update Frequency: Monthly

📈 Data Highlights:

  • Over 348,000 unique item transactions recorded
  • Dominant product types: Wine (61%), Liquor (21%), others (18%)
  • Top suppliers include REPUBLIC NATIONAL DISTRIBUTING CO and LEGENDS LTD
  • Price range spans from -38.49 to over $1,900, with the majority of sales under $50
  • Volume and frequency trends reflect seasonality and supplier activity

📌 Use Cases:

This dataset is ideal for:

  • Sales performance analytics
  • Supply chain and inventory flow analysis
  • Retail trend prediction
  • Supplier benchmarking
  • Product mix optimization

Tables

Warehouse And Retail Sales

@kaggle.fatemehmohammadinia_retail_sales_data_set_of_alcohol_and_liquor.warehouse_and_retail_sales
  • 4.45 MB
  • 307645 rows
  • 9 columns
Loading...

CREATE TABLE warehouse_and_retail_sales (
  "year" BIGINT,
  "month" BIGINT,
  "supplier" VARCHAR,
  "item_code" VARCHAR,
  "item_description" VARCHAR,
  "item_type" VARCHAR,
  "retail_sales" DOUBLE,
  "retail_transfers" DOUBLE,
  "warehouse_sales" DOUBLE
);

Share link

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