netflix_viewing_activity
1 row where "created_at" is on date 2021-01-22, "start_time" is on date 2020-12-31 and title = "Friends: Season 2: The One with Five Steaks and an Eggplant (Episode 5)" sorted by device_type
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), start_time (date)
id | created_at | updated_at | deleted_at | profile_name | start_time | duration | attributes | title | supplemental_video_type | device_type ▼ | bookmark | latest_bookmark | country |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 2021-01-22 20:46:21.591132+03:00 | 2021-01-22 20:46:21.591132+03:00 | Seva | 2020-12-31 17:07:56+00:00 | 117 | Friends: Season 2: The One with Five Steaks and an Eggplant (Episode 5) | Apple iPhone XR | 193 | 193 | RU (Russian Federation) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE `netflix_viewing_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`profile_name` text,`start_time` datetime,`duration` integer,`attributes` text,`title` text,`supplemental_video_type` text,`device_type` text,`bookmark` integer,`latest_bookmark` integer,`country` text,PRIMARY KEY (`id`)); CREATE UNIQUE INDEX `netflix_viewing_activity_key` ON `netflix_viewing_activity`(`profile_name`,`start_time`,`title`); CREATE INDEX `idx_netflix_viewing_activity_deleted_at` ON `netflix_viewing_activity`(`deleted_at`);