Longitudinal Indoor Personal Comfort Preferences
Thermal/light/noise data captured from building occupants using smartwatches
@kaggle.claytonmiller_longitudinal_personal_thermal_comfort_preferences
Thermal/light/noise data captured from building occupants using smartwatches
@kaggle.claytonmiller_longitudinal_personal_thermal_comfort_preferences
CREATE TABLE enth_surveys_renamed (
"user_id" VARCHAR,
"yob" BIGINT,
"sex" VARCHAR,
"height" BIGINT,
"weight" DOUBLE,
"shoulder_circumference" BIGINT,
"years_here" BIGINT,
"used_weather" VARCHAR,
"satisfaction_weather" VARCHAR,
"sweating" BIGINT,
"enjoy_ourdoor" VARCHAR,
"outdoor_hr_weekday" BIGINT,
"outdoor_hr_weekend" BIGINT,
"subtleties_awareness" BIGINT,
"overwhelemed_awareness" BIGINT,
"rich_life" BIGINT,
"rattled" BIGINT,
"deeply_moved" BIGINT,
"annoyed" BIGINT,
"violent_movies" BIGINT,
"unpleasant" BIGINT,
"changes_shake" BIGINT,
"delicates" BIGINT,
"stimuli_awareness" BIGINT,
"nervous" BIGINT,
"life_ideal" BIGINT,
"life_conditions" BIGINT,
"life_satisfaction" BIGINT,
"important_things" BIGINT,
"life_changes" BIGINT,
"extraverted" BIGINT,
"critical" BIGINT,
"dependable" BIGINT,
"anxious" BIGINT,
"new_exp" BIGINT,
"reserved" BIGINT,
"sympathetic" BIGINT,
"disorganized" BIGINT,
"calm" BIGINT,
"conventional" BIGINT
);
Anyone who has the link will be able to view this.