Baselight

NASA Milling Dataset

Prognostic Dataset for Predictive/Preventive Maintenance

@kaggle.vinayak123tyagi_milling_data_set_prognostic_data

Mill
@kaggle.vinayak123tyagi_milling_data_set_prognostic_data.mill

  • 14.34 KB
  • 167 rows
  • 14 columns
unnamed_0

Unnamed: 0

case

Case

run

Run

vb

VB

time

Time

doc

DOC

feed

Feed

material

Material

smcac

SmcAC

smcdc

SmcDC

vib_table

Vib Table

vib_spindle

Vib Spindle

ae_table

AE Table

ae_spindle

AE Spindle

row_01121.50.51-0.017089843750.6250.0781250.314941406250.08728027343750.103759765625
row_11241.50.510.30761718750.66894531250.075683593750.3015136718750.0866699218750.0994873046875
row_21361.50.51-0.725097656250.91308593750.08300781250.295410156250.09277343750.10498046875
row_3140.1171.50.510.11230468750.13183593750.08300781250.3161621093750.11291503906250.1397705078125
row_415111.50.51-0.12207031250.449218750.1074218750.2844238281250.09582519531250.1104736328125
row_5160.2151.50.510.329589843750.683593750.070800781250.30761718750.1037597656250.1202392578125
row_6170.24191.50.51-0.578613281251.38183593750.065917968750.3222656250.09094238281250.1239013671875
row_7180.29221.50.510.300292968751.4355468750.061035156250.3088378906250.09277343750.108642578125
row_8190.28261.50.51-0.305175781251.45019531250.065917968750.2844238281250.0842285156250.098876953125
row_91100.29291.50.510.214843751.406250.061035156250.2795410156250.0878906250.1068115234375

CREATE TABLE mill (
  "unnamed_0" VARCHAR,
  "case" BIGINT,
  "run" BIGINT,
  "vb" DOUBLE,
  "time" BIGINT,
  "doc" DOUBLE,
  "feed" DOUBLE,
  "material" BIGINT,
  "smcac" DOUBLE,
  "smcdc" DOUBLE,
  "vib_table" DOUBLE,
  "vib_spindle" DOUBLE,
  "ae_table" DOUBLE,
  "ae_spindle" DOUBLE
);

Share link

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