Baselight

Backorder Prediction Dataset

BackorderRisk: Proactively Identifying Products at Risk of Backorder

@kaggle.kushsheth_backorder_prediction_dataset

Loading...
Loading...

About this Dataset

Backorder Prediction Dataset

What is a Backorder?

Backorders are products that are temporarily out of stock, but a customer is permitted to place an order against future inventory. A backorder generally indicates that customer demand for a product or service exceeds a company’s capacity to supply it. Back orders are both good and bad. Strong demand can drive back orders, but so can suboptimal planning.

Problem

To identify products at risk of backorder before the event occurs so that business has time to react.

Tables

Backorders

@kaggle.kushsheth_backorder_prediction_dataset.backorders
  • 1.37 MB
  • 61589 rows
  • 23 columns
Loading...

CREATE TABLE backorders (
  "sku" BIGINT,
  "national_inv" VARCHAR,
  "lead_time" DOUBLE,
  "in_transit_qty" VARCHAR,
  "forecast_3_month" BIGINT,
  "forecast_6_month" BIGINT,
  "forecast_9_month" BIGINT,
  "sales_1_month" BIGINT,
  "sales_3_month" BIGINT,
  "sales_6_month" BIGINT,
  "sales_9_month" BIGINT,
  "min_bank" BIGINT,
  "potential_issue" VARCHAR,
  "pieces_past_due" BIGINT,
  "perf_6_month_avg" DOUBLE,
  "perf_12_month_avg" DOUBLE,
  "local_bo_qty" BIGINT,
  "deck_risk" VARCHAR,
  "oe_constraint" VARCHAR,
  "ppap_risk" VARCHAR,
  "stop_auto_buy" VARCHAR,
  "rev_stop" VARCHAR,
  "went_on_backorder" VARCHAR
);

Share link

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