DailyActivity ~ BellaBeat
@kaggle.jothamithagu_dailyactivity_bellabeat
@kaggle.jothamithagu_dailyactivity_bellabeat
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.