Hourly Production
Predict last hour production.
@kaggle.arunv3_hourly_production
Predict last hour production.
@kaggle.arunv3_hourly_production
CREATE TABLE hourly (
"abcuser" VARCHAR,
"workstage" VARCHAR,
"shift" VARCHAR,
"n_1" DOUBLE,
"n_2" DOUBLE,
"n_3" DOUBLE,
"n_4" DOUBLE,
"n_5" BIGINT,
"n_6" DOUBLE,
"n_7" DOUBLE,
"n_8" DOUBLE,
"n_9" BIGINT,
"grand_total" BIGINT
);
Anyone who has the link will be able to view this.