Baselight

Real-world IoT Data For Environmental Analysis

IOT sensor DHT for temperature, humidity and heat index

@kaggle.luisenrique054_iot_sensors_01

Loading...
Loading...

About this Dataset

Real-world IoT Data For Environmental Analysis

The dataset is a compilation of information collected by a DHT sensor over nearly a year of storage. This information can be valuable for time series analysis and exploring correlations between temperature and humidity.

I plan to clean and enhance the dataset with more comprehensive information in the future. I hope it proves useful to anyone interested in IoT-related topics.

Tables

Heat Index

@kaggle.luisenrique054_iot_sensors_01.heat_index
  • 5.78 MB
  • 385,872 rows
  • 9 columns
Loading...
CREATE TABLE heat_index (
  "unnamed_0" VARCHAR  -- Unnamed: 0,
  "result" VARCHAR,
  "table" BIGINT,
  "n__start" TIMESTAMP  -- Start,
  "n__stop" TIMESTAMP  -- Stop,
  "n__time" TIMESTAMP  -- Time,
  "n__value" DOUBLE  -- Value,
  "n__field" VARCHAR  -- Field,
  "n__measurement" VARCHAR  -- Measurement
);

Humidity

@kaggle.luisenrique054_iot_sensors_01.humidity
  • 3.72 MB
  • 385,872 rows
  • 9 columns
Loading...
CREATE TABLE humidity (
  "unnamed_0" VARCHAR  -- Unnamed: 0,
  "result" VARCHAR,
  "table" BIGINT,
  "n__start" TIMESTAMP  -- Start,
  "n__stop" TIMESTAMP  -- Stop,
  "n__time" TIMESTAMP  -- Time,
  "n__value" DOUBLE  -- Value,
  "n__field" VARCHAR  -- Field,
  "n__measurement" VARCHAR  -- Measurement
);

Sensors Data

@kaggle.luisenrique054_iot_sensors_01.sensors_data
  • 8.63 MB
  • 385,872 rows
  • 5 columns
Loading...
CREATE TABLE sensors_data (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "n__time" TIMESTAMP  -- Time,
  "heat_index" DOUBLE,
  "humidity" DOUBLE,
  "temperature" DOUBLE
);

Temperature

@kaggle.luisenrique054_iot_sensors_01.temperature
  • 3.29 MB
  • 385,872 rows
  • 9 columns
Loading...
CREATE TABLE temperature (
  "unnamed_0" VARCHAR  -- Unnamed: 0,
  "result" VARCHAR,
  "table" BIGINT,
  "n__start" TIMESTAMP  -- Start,
  "n__stop" TIMESTAMP  -- Stop,
  "n__time" TIMESTAMP  -- Time,
  "n__value" DOUBLE  -- Value,
  "n__field" VARCHAR  -- Field,
  "n__measurement" VARCHAR  -- Measurement
);

Share link

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