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 dailyactivity_merged (
"id" BIGINT,
"activitydate" TIMESTAMP,
"totalsteps" BIGINT,
"totaldistance" DOUBLE,
"trackerdistance" DOUBLE,
"loggedactivitiesdistance" DOUBLE,
"veryactivedistance" DOUBLE,
"moderatelyactivedistance" DOUBLE,
"lightactivedistance" DOUBLE,
"sedentaryactivedistance" DOUBLE,
"veryactiveminutes" BIGINT,
"fairlyactiveminutes" BIGINT,
"lightlyactiveminutes" BIGINT,
"sedentaryminutes" BIGINT,
"calories" BIGINT
);
Anyone who has the link will be able to view this.