Temperature Readings : IOT Devices
Relational dataset from IOT devices to record temperaure readings.
@kaggle.atulanandjha_temperature_readings_iot_devices
Relational dataset from IOT devices to record temperaure readings.
@kaggle.atulanandjha_temperature_readings_iot_devices
CREATE TABLE iot_temp (
"id" VARCHAR,
"room_id_id" VARCHAR,
"noted_date" VARCHAR,
"temp" BIGINT,
"out_in" VARCHAR
);
Anyone who has the link will be able to view this.