15 rows where activity_type = "WALKING"

View and edit SQL

Suggested facets: probability

updated_at (date)

created_at (date)

activity_type

  • WALKING · 15
id ▼ created_at updated_at deleted_at activity_segment_id activity_type probability
24267 2021-03-01 19:29:19.220949+03:00 2021-03-01 19:29:19.220949+03:00   4613 4613 WALKING 1.5402056276798248
24281 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 WALKING 1.6936644911766052
24298 2021-03-01 19:29:19.222862+03:00 2021-03-01 19:29:19.222862+03:00   4615 4615 WALKING 5.6959133595228195
24309 2021-03-01 19:29:19.223744+03:00 2021-03-01 19:29:19.223744+03:00   4616 4616 WALKING 22.320562601089478
24325 2021-03-01 19:29:19.225509+03:00 2021-03-01 19:29:19.225509+03:00   4617 4617 WALKING 12.357146292924881
24338 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 WALKING 75.67284107208252
24353 2021-03-01 19:29:19.227338+03:00 2021-03-01 19:29:19.227338+03:00   4619 4619 WALKING 82.49434232711792
24368 2021-03-01 19:29:19.228191+03:00 2021-03-01 19:29:19.228191+03:00   4620 4620 WALKING 63.84780406951904
24384 2021-03-01 19:29:19.229085+03:00 2021-03-01 19:29:19.229085+03:00   4621 4621 WALKING 11.779437959194183
24400 2021-03-01 19:29:19.230208+03:00 2021-03-01 19:29:19.230208+03:00   4622 4622 WALKING 14.483098685741425
24415 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 WALKING 3.9345595985651016
24429 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 WALKING 8.323000371456146
24443 2021-03-01 19:29:19.233069+03:00 2021-03-01 19:29:19.233069+03:00   4625 4625 WALKING 81.82005882263184
24459 2021-03-01 19:29:19.233947+03:00 2021-03-01 19:29:19.233947+03:00   4626 4626 WALKING 23.247535526752472
24474 2021-03-01 19:29:19.234837+03:00 2021-03-01 19:29:19.234837+03:00   4627 4627 WALKING 23.247535526752472

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `google_activity_type_candidates` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`activity_segment_id` integer,`activity_type` text,`probability` real,PRIMARY KEY (`id`),CONSTRAINT `fk_google_activity_type_candidates_activity_segment` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`),CONSTRAINT `fk_google_activity_segments_activities` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`));
CREATE INDEX `idx_google_activity_type_candidates_deleted_at` ON `google_activity_type_candidates`(`deleted_at`);