Baselight

Elevator Predictive Maintenance Dataset

Elevator predictive maintenance datasets from Huawei German Research Center

@kaggle.shivamb_elevator_predictive_maintenance_dataset

Loading...
Loading...

About this Dataset

Elevator Predictive Maintenance Dataset

Elevator Failure Prediction: Predictive Maintenence Dataset

Datasets from a variety of IoT sensors for predictive maintenance in the elevator industry. The data is useful for predictive maintenance of elevators doors in order to reduce unplanned stops and maximize equipment life cycle.

The dataset contains operation data, in the form of time series sampled at 4Hz in high-peak and evening elevator usage in a building (between 16:30 and 23:30). For an elevator car door the system we consider: Electromechanical sensors (Door Ball Bearing Sensor), Ambiance (Humidity), and Physics (Vibration).

Target: Vibration (predict the absolute value of vibration)

Acknowledgements

Cristian Axenie; Stefano Bortoli,
https://zenodo.org/record/3653909

Tables

Predictive Maintenance Dataset

@kaggle.shivamb_elevator_predictive_maintenance_dataset.predictive_maintenance_dataset
  • 3.59 MB
  • 112001 rows
  • 9 columns
Loading...

CREATE TABLE predictive_maintenance_dataset (
  "id" BIGINT,
  "revolutions" DOUBLE,
  "humidity" DOUBLE,
  "vibration" DOUBLE,
  "x1" DOUBLE,
  "x2" DOUBLE,
  "x3" DOUBLE,
  "x4" DOUBLE,
  "x5" DOUBLE
);

Share link

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