15 rows where activity_segment_id = 4614

View and edit SQL

Suggested facets: updated_at (date)

created_at (date)

activity_segment_id

  • 4614 · 15
id ▼ created_at updated_at deleted_at activity_segment_id activity_type probability
24278 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 FLYING 70.54623365402222
24279 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 STILL 16.881853342056274
24280 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_PASSENGER_VEHICLE 7.890040427446365
24281 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 WALKING 1.6936644911766052
24282 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_FERRY 1.299128495156765
24283 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_BUS 0.5598037503659725
24284 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_TRAIN 0.5567475222051144
24285 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 MOTORCYCLING 0.47785043716430664
24286 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 SAILING 0.03896101261489093
24287 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_SUBWAY 0.032820424530655146
24288 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 SKIING 0.012550073734018952
24289 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 RUNNING 0.006831376231275499
24290 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 CYCLING 0.0034298158425372094
24291 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_TRAM 5.9861321233256604e-05
24292 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 IN_VEHICLE 1.5218266469219088e-05

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