Baselight

Comprehensive Supply Chain Analysis

Optimizing Operations for Efficiency and Customer Satisfaction

@kaggle.dorothyjoel_us_regional_sales

Us Regional Sales Data
@kaggle.dorothyjoel_us_regional_sales.us_regional_sales_data

  • 200.58 KB
  • 7991 rows
  • 16 columns
ordernumber

OrderNumber

sales_channel

Sales Channel

warehousecode

WarehouseCode

procureddate

ProcuredDate

orderdate

OrderDate

shipdate

ShipDate

deliverydate

DeliveryDate

currencycode

CurrencyCode

n__salesteamid

SalesTeamID

n__customerid

CustomerID

n__storeid

StoreID

n__productid

ProductID

order_quantity

Order Quantity

discount_applied

Discount Applied

unit_cost

Unit Cost

unit_price

Unit Price

SO - 000101In-StoreWARE-UHY100431/12/1731/5/1814/6/1819/6/18USD6152591250.08$1,001.18$1,963.10
SO - 000102OnlineWARE-NMK100331/12/1731/5/1822/6/182/7/2018USD14201962730.08$3,348.66$3,939.60
SO - 000103DistributorWARE-UHY100431/12/1731/5/1821/6/181/7/2018USD21162131610.05$781.22$1,775.50
SO - 000104WholesaleWARE-NMK100331/12/1731/5/182/6/20187/6/2018USD28481072380.08$1,464.69$2,324.90
SO - 000105DistributorWARE-NMK100310/4/201831/5/1816/6/1826/6/18USD22491112680.1$1,476.14$1,822.40
SO - 000106OnlineWARE-PUJ100531/12/1731/5/188/6/201813/6/18USD1221285150.05$446.56$1,038.50
SO - 000107In-StoreWARE-XYS100131/12/1731/5/188/6/201814/6/18USD10146540.15$536.67$1,192.60
SO - 000108In-StoreWARE-PUJ100510/4/201831/5/1826/6/181/7/2018USD692804650.05$1,525.19$1,815.70
SO - 000109In-StoreWARE-PUJ100531/12/1701/06/201816/6/1821/6/18USD492994740.3$2,211.20$3,879.30
SO - 000110In-StoreWARE-UHY100431/12/1701/06/201829/6/181/7/2018USD10332611380.05$1,212.97$1,956.40

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.