Backorder Prediction Dataset
BackorderRisk: Proactively Identifying Products at Risk of Backorder
@kaggle.kushsheth_backorder_prediction_dataset
BackorderRisk: Proactively Identifying Products at Risk of Backorder
@kaggle.kushsheth_backorder_prediction_dataset
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
);
Anyone who has the link will be able to view this.