15 rows where activity_segment_id = 4624

View and edit SQL

Suggested facets: created_at (date)

updated_at (date)

id ▼ created_at updated_at deleted_at activity_segment_id activity_type probability
24428 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_PASSENGER_VEHICLE 78.99289727210999
24429 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 WALKING 8.323000371456146
24430 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_BUS 5.141130834817886
24431 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 STILL 3.460698574781418
24432 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 MOTORCYCLING 1.6626222059130669
24433 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 CYCLING 1.1541828513145447
24434 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_SUBWAY 0.6801215466111898
24435 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_TRAM 0.18066565971821547
24436 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_TRAIN 0.1486973138526082
24437 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 RUNNING 0.11057744268327951
24438 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_FERRY 0.07024157093837857
24439 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 FLYING 0.03740797401405871
24440 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 SKIING 0.03278239746578038
24441 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 SAILING 0.004873161014984362
24442 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 IN_VEHICLE 0.00010693164540498401

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`);