Baselight

US Regional Sales Data

US Regional Sales Data Analysis and Prediction

@kaggle.talhabu_us_regional_sales_data

Us Regional Sales Data
@kaggle.talhabu_us_regional_sales_data.us_regional_sales_data

  • 191.23 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.0751001.181963.1
SO - 000102OnlineWARE-NMK100331/12/1731/5/1822/6/182/7/18USD14201962730.0753348.663939.6
SO - 000103DistributorWARE-UHY100431/12/1731/5/1821/6/181/7/18USD21162131610.05781.221775.5
SO - 000104WholesaleWARE-NMK100331/12/1731/5/182/6/187/6/18USD28481072380.0751464.692324.9
SO - 000105DistributorWARE-NMK100310/4/1831/5/1816/6/1826/6/18USD22491112680.11476.141822.4
SO - 000106OnlineWARE-PUJ100531/12/1731/5/188/6/1813/6/18USD1221285150.05446.561038.5
SO - 000107In-StoreWARE-XYS100131/12/1731/5/188/6/1814/6/18USD10146540.15536.671192.6
SO - 000108In-StoreWARE-PUJ100510/4/1831/5/1826/6/181/7/18USD692804650.051525.191815.7
SO - 000109In-StoreWARE-PUJ100531/12/171/6/1816/6/1821/6/18USD492994740.32211.23879.3
SO - 000110In-StoreWARE-UHY100431/12/171/6/1829/6/181/7/18USD10332611380.051212.971956.4

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" DOUBLE,
  "unit_price" DOUBLE
);

Share link

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