Baselight

Temperature Readings : IOT Devices

Relational dataset from IOT devices to record temperaure readings.

@kaggle.atulanandjha_temperature_readings_iot_devices

Iot Temp
@kaggle.atulanandjha_temperature_readings_iot_devices.iot_temp

  • 1.68 MB
  • 97606 rows
  • 5 columns
id

Id

room_id_id

Room Id/id

noted_date

Noted Date

temp

Temp

out_in

Out/in

__export__.temp_log_196134_bd201015Room Admin08-12-2018 09:3029In
__export__.temp_log_196131_7bca51bcRoom Admin08-12-2018 09:3029In
__export__.temp_log_196127_522915e3Room Admin08-12-2018 09:2941Out
__export__.temp_log_196128_be0919cfRoom Admin08-12-2018 09:2941Out
__export__.temp_log_196126_d30b72fbRoom Admin08-12-2018 09:2931In
__export__.temp_log_196125_b0fa0b41Room Admin08-12-2018 09:2931In
__export__.temp_log_196121_01544d45Room Admin08-12-2018 09:2829In
__export__.temp_log_196122_f8b80a9fRoom Admin08-12-2018 09:2829In
__export__.temp_log_196111_6b7a0848Room Admin08-12-2018 09:2629In
__export__.temp_log_196112_e134aebdRoom Admin08-12-2018 09:2629In

CREATE TABLE iot_temp (
  "id" VARCHAR,
  "room_id_id" VARCHAR,
  "noted_date" VARCHAR,
  "temp" BIGINT,
  "out_in" VARCHAR
);

Share link

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