Temperature And Humidity
Home temperature and humidity monitoring data in 3 rooms in Strasbourg, France
@kaggle.alexflorentin_temperature_and_humidity
Home temperature and humidity monitoring data in 3 rooms in Strasbourg, France
@kaggle.alexflorentin_temperature_and_humidity
CREATE TABLE home_temperature_and_humidity_smoothed_filled (
"timestamp" TIMESTAMP,
"temperature_salon" DOUBLE,
"humidity_salon" DOUBLE,
"air_salon" DOUBLE,
"temperature_chambre" DOUBLE,
"humidity_chambre" DOUBLE,
"air_chambre" DOUBLE,
"temperature_bureau" DOUBLE,
"humidity_bureau" DOUBLE,
"air_bureau" DOUBLE,
"temperature_exterieur" DOUBLE,
"humidity_exterieur" DOUBLE,
"air_exterieur" DOUBLE
);
Anyone who has the link will be able to view this.