Baselight

Time Series In IOT (Internet Of Things)

IOT Time Series Forescating / Regression

@kaggle.vetrirah_ml_iot

Train Ml Iot
@kaggle.vetrirah_ml_iot.train_ml_iot

  • 522.11 KB
  • 48120 rows
  • 4 columns
datetime

DateTime

junction

Junction

vehicles

Vehicles

id

ID

Sun Nov 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)11520151101001
Sun Nov 01 2015 01:00:00 GMT+0000 (Coordinated Universal Time)11320151101011
Sun Nov 01 2015 02:00:00 GMT+0000 (Coordinated Universal Time)11020151101021
Sun Nov 01 2015 03:00:00 GMT+0000 (Coordinated Universal Time)1720151101031
Sun Nov 01 2015 04:00:00 GMT+0000 (Coordinated Universal Time)1920151101041
Sun Nov 01 2015 05:00:00 GMT+0000 (Coordinated Universal Time)1620151101051
Sun Nov 01 2015 06:00:00 GMT+0000 (Coordinated Universal Time)1920151101061
Sun Nov 01 2015 07:00:00 GMT+0000 (Coordinated Universal Time)1820151101071
Sun Nov 01 2015 08:00:00 GMT+0000 (Coordinated Universal Time)11120151101081
Sun Nov 01 2015 09:00:00 GMT+0000 (Coordinated Universal Time)11220151101091

CREATE TABLE train_ml_iot (
  "datetime" TIMESTAMP,
  "junction" BIGINT,
  "vehicles" BIGINT,
  "id" BIGINT
);

Share link

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