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

Humidity

@kaggle.luisenrique054_iot_sensors_01.humidity
  • 3.55 MB
  • 385872 rows
  • 9 columns
Loading...

CREATE TABLE humidity (
  "unnamed_0" VARCHAR,
  "result" VARCHAR,
  "table" BIGINT,
  "n__start" TIMESTAMP,
  "n__stop" TIMESTAMP,
  "n__time" TIMESTAMP,
  "n__value" DOUBLE,
  "n__field" VARCHAR,
  "n__measurement" VARCHAR
);

Temperature

@kaggle.luisenrique054_iot_sensors_01.temperature
  • 3.14 MB
  • 385872 rows
  • 9 columns
Loading...

CREATE TABLE temperature (
  "unnamed_0" VARCHAR,
  "result" VARCHAR,
  "table" BIGINT,
  "n__start" TIMESTAMP,
  "n__stop" TIMESTAMP,
  "n__time" TIMESTAMP,
  "n__value" DOUBLE,
  "n__field" VARCHAR,
  "n__measurement" VARCHAR
);

Heat Index

@kaggle.luisenrique054_iot_sensors_01.heat_index
  • 5.51 MB
  • 385872 rows
  • 9 columns
Loading...

CREATE TABLE heat_index (
  "unnamed_0" VARCHAR,
  "result" VARCHAR,
  "table" BIGINT,
  "n__start" TIMESTAMP,
  "n__stop" TIMESTAMP,
  "n__time" TIMESTAMP,
  "n__value" DOUBLE,
  "n__field" VARCHAR,
  "n__measurement" VARCHAR
);

Sensors Data

@kaggle.luisenrique054_iot_sensors_01.sensors_data
  • 8.23 MB
  • 385872 rows
  • 5 columns
Loading...

CREATE TABLE sensors_data (
  "unnamed_0" BIGINT,
  "n__time" TIMESTAMP,
  "heat_index" DOUBLE,
  "humidity" DOUBLE,
  "temperature" DOUBLE
);

Share link

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