15 rows where activity_segment_id = 4618

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
24338 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 WALKING 75.67284107208252
24339 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 STILL 10.991179198026657
24340 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_PASSENGER_VEHICLE 9.790816903114319
24341 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_BUS 1.9983457401394844
24342 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 CYCLING 0.31825255136936903
24343 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_SUBWAY 0.29064654372632504
24344 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_TRAM 0.2561957808211446
24345 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_TRAIN 0.2352184383198619
24346 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_FERRY 0.1463014166802168
24347 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 RUNNING 0.11338669573888183
24348 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 FLYING 0.11124492157250643
24349 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 MOTORCYCLING 0.058633723529055715
24350 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 SAILING 0.009832075738813728
24351 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 SKIING 0.006763348210370168
24352 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 IN_VEHICLE 0.0003413204467506148

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