Baselight

Room Occupancy Estimation Data Set

Data set for estimating the precise number of occupants in a room

@kaggle.ananthr1_room_occupancy_estimation_data_set

Occupancy Estimation
@kaggle.ananthr1_room_occupancy_estimation_data_set.occupancy_estimation

  • 153.28 KB
  • 10129 rows
  • 19 columns
date

Date

time

Time

s1_temp

S1 Temp

s2_temp

S2 Temp

s3_temp

S3 Temp

s4_temp

S4 Temp

s1_light

S1 Light

s2_light

S2 Light

s3_light

S3 Light

s4_light

S4 Light

s1_sound

S1 Sound

s2_sound

S2 Sound

s3_sound

S3 Sound

s4_sound

S4 Sound

s5_co2

S5 CO2

s5_co2_slope

S5 CO2 Slope

s6_pir

S6 PIR

s7_pir

S7 PIR

room_occupancy_count

Room Occupancy Count

2017/12/2210:49:4124.9424.7524.5625.381213453400.080.190.060.063900.7692307692311
2017/12/2210:50:1224.9424.7524.5625.441213353400.930.050.060.063900.6461538461541
2017/12/2210:50:422524.7524.525.441213453400.430.110.080.063900.5192307692311
2017/12/2210:51:132524.7524.5625.441213453400.410.10.10.093900.3884615384621
2017/12/2210:51:442524.7524.5625.441213454400.180.060.060.063900.2538461538461
2017/12/2210:52:142524.8124.5625.441213454400.130.060.060.073900.1653846153851
2017/12/2210:52:452524.7524.5625.441203454401.390.320.430.063900.076923076923111
2017/12/2210:53:152524.8124.5625.441213454410.090.060.090.05390-0.01153846153851
2017/12/2210:53:462524.8124.5625.51223556430.090.050.060.13390-0.11
2017/12/2210:54:172524.8124.5625.51013457433.840.640.480.39390-0.188461538462111

CREATE TABLE occupancy_estimation (
  "date" VARCHAR,
  "time" VARCHAR,
  "s1_temp" DOUBLE,
  "s2_temp" DOUBLE,
  "s3_temp" DOUBLE,
  "s4_temp" DOUBLE,
  "s1_light" BIGINT,
  "s2_light" BIGINT,
  "s3_light" BIGINT,
  "s4_light" BIGINT,
  "s1_sound" DOUBLE,
  "s2_sound" DOUBLE,
  "s3_sound" DOUBLE,
  "s4_sound" DOUBLE,
  "s5_co2" BIGINT,
  "s5_co2_slope" DOUBLE,
  "s6_pir" BIGINT,
  "s7_pir" BIGINT,
  "room_occupancy_count" BIGINT
);

Share link

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