Health And Sleep Statistics
Health and sleep statistics analysis (advanced)
@kaggle.hanaksoy_health_and_sleep_statistics
Health and sleep statistics analysis (advanced)
@kaggle.hanaksoy_health_and_sleep_statistics
CREATE TABLE health_sleep_statistics (
"user_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"sleep_quality" BIGINT,
"bedtime" VARCHAR,
"wake_up_time" VARCHAR,
"daily_steps" BIGINT,
"calories_burned" BIGINT,
"physical_activity_level" VARCHAR,
"dietary_habits" VARCHAR,
"sleep_disorders" VARCHAR,
"medication_usage" VARCHAR
);
Anyone who has the link will be able to view this.