Baselight

Comprehensive Supply Chain Analysis

Optimizing Operations for Efficiency and Customer Satisfaction

@kaggle.dorothyjoel_us_regional_sales

Loading...
Loading...

About this Dataset

Comprehensive Supply Chain Analysis

This supply chain analysis provides a comprehensive view of the company's order and distribution processes, allowing for in-depth analysis and optimization of various aspects of the supply chain, from procurement and inventory management to sales and customer satisfaction. It empowers the company to make data-driven decisions to improve efficiency, reduce costs, and enhance customer experiences.
The provided supply chain analysis dataset contains various columns that capture important information related to the company's order and distribution processes:

• OrderNumber
• Sales Channel
• WarehouseCode
• ProcuredDate
• CurrencyCode
• OrderDate
• ShipDate
• DeliveryDate
• SalesTeamID
• CustomerID
• StoreID
• ProductID
• Order Quantity
• Discount Applied
• Unit Cost
• Unit Price

Tables

Us Regional Sales Data

@kaggle.dorothyjoel_us_regional_sales.us_regional_sales_data
  • 200.58 KB
  • 7991 rows
  • 16 columns
Loading...

CREATE TABLE us_regional_sales_data (
  "ordernumber" VARCHAR,
  "sales_channel" VARCHAR,
  "warehousecode" VARCHAR,
  "procureddate" VARCHAR,
  "orderdate" VARCHAR,
  "shipdate" VARCHAR,
  "deliverydate" VARCHAR,
  "currencycode" VARCHAR,
  "n__salesteamid" BIGINT,
  "n__customerid" BIGINT,
  "n__storeid" BIGINT,
  "n__productid" BIGINT,
  "order_quantity" BIGINT,
  "discount_applied" DOUBLE,
  "unit_cost" VARCHAR,
  "unit_price" VARCHAR
);

Share link

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