Bellabeat Case Study
I used in the case study (Excel, SQL, Sheets to Visualize)
@kaggle.muhamedkhaleid_case_study_bellabeat_project
I used in the case study (Excel, SQL, Sheets to Visualize)
@kaggle.muhamedkhaleid_case_study_bellabeat_project
CREATE TABLE dailyactivity_merged (
"id" BIGINT,
"activitydate" TIMESTAMP,
"weekday" VARCHAR,
"totalsteps" BIGINT,
"totaldistance" BIGINT,
"trackerdistance" BIGINT,
"loggedactivitiesdistance" BIGINT,
"veryactivedistance" BIGINT,
"moderatelyactivedistance" BIGINT,
"lightactivedistance" BIGINT,
"sedentaryactivedistance" BIGINT,
"veryactiveminutes" BIGINT,
"fairlyactiveminutes" BIGINT,
"lightlyactiveminutes" BIGINT,
"sedentaryminutes" BIGINT,
"calories" BIGINT
);
Anyone who has the link will be able to view this.