Baselight

MiFit May 2021

Fitness, Sleep and Weight Data for 2 persons, may 2021

@kaggle.alexandruavramrusu_my_fit

Walking
@kaggle.alexandruavramrusu_my_fit.walking

  • 5.03 KB
  • 55 rows
  • 5 columns
steps

Steps

distance

Distance

calories

Calories

person

Person

date

Date

88146.19175VMon May 03 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
83366.09217AMon May 03 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
68624.87382ATue May 04 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
73185.43165VTue May 04 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
1661012.36528AWed May 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
122148.98257VWed May 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
72605.72603AThu May 06 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
79986.33220VThu May 06 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
92216.85199VFri May 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
60474.39154AFri May 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)

CREATE TABLE walking (
  "steps" BIGINT,
  "distance" DOUBLE,
  "calories" BIGINT,
  "person" VARCHAR,
  "date" TIMESTAMP
);

Share link

Anyone who has the link will be able to view this.