MyDailySteps 6-1-2022 To 6-1-2024
My daily steps for two years from 2022 to 2024
@kaggle.osamasarm_dailysteps_6_1_2022_to_6_1_2024
My daily steps for two years from 2022 to 2024
@kaggle.osamasarm_dailysteps_6_1_2022_to_6_1_2024
A Dataset containing my daily steps that I recorded for two years using an App called 'Pacer'. I started on 6.1.2022 and ended on 6.1.2024 which is exactly two years of my steps.
Additional columns contain distance (in meters) and Time Spent (in Seconds) and Calories lost.
CREATE TABLE steps (
"starttime" VARCHAR,
"endtime" VARCHAR,
"steps" BIGINT,
"calories" BIGINT,
"distance_meters" BIGINT -- Distance(meters),
"activetime_seconds" BIGINT -- ActiveTime(seconds)
);Anyone who has the link will be able to view this.