Baselight

Hourly Production

Predict last hour production.

@kaggle.arunv3_hourly_production

Loading...
Loading...

About this Dataset

Hourly Production

It is BPO employees sample production file.

It is simple hourly production dataset. It has 500 employees and their 8 hours of productivity. We should find final hour production here based on 8 hours productivity.

Tables

Hourly

@kaggle.arunv3_hourly_production.hourly
  • 24.79 KB
  • 500 rows
  • 13 columns
Loading...

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
);

Share link

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