15 rows where activity_segment_id = 4623 sorted by probability

View and edit SQL

created_at (date)

activity_segment_id

  • 4623 · 9
id created_at updated_at deleted_at activity_segment_id activity_type probability ▼
24421 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 IN_TRAM 0.29931480530649424
24420 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 IN_TRAIN 0.45934240333735943
24419 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 CYCLING 0.6550051737576723
24418 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 MOTORCYCLING 1.2481574900448322
24417 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 IN_SUBWAY 1.8071653321385384
24416 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 STILL 2.5740817189216614
24415 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 WALKING 3.9345595985651016
24414 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 IN_BUS 7.849389314651489
24413 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 IN_PASSENGER_VEHICLE 81.09798431396484

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