Fitbit Dataset
Unlocking Insights from Fitbit-Revealing the Secrets of Health and Wellness Data
@kaggle.animeshmahajan_fitbit_dataset
Unlocking Insights from Fitbit-Revealing the Secrets of Health and Wellness Data
@kaggle.animeshmahajan_fitbit_dataset
CREATE TABLE dailyintensities_merged (
"id" BIGINT,
"activityday" TIMESTAMP,
"sedentaryminutes" BIGINT,
"lightlyactiveminutes" BIGINT,
"fairlyactiveminutes" BIGINT,
"veryactiveminutes" BIGINT,
"sedentaryactivedistance" DOUBLE,
"lightactivedistance" DOUBLE,
"moderatelyactivedistance" DOUBLE,
"veryactivedistance" DOUBLE
);
Anyone who has the link will be able to view this.