The Boys - Screentime Data
Screentime data of the first 3 seasons of the Amazon Prime Video show The Boys
@kaggle.mattiacazzolla_the_boys_screentime
Screentime data of the first 3 seasons of the Amazon Prime Video show The Boys
@kaggle.mattiacazzolla_the_boys_screentime
The dataset include screentime information about the TV Show The Boys for all episodes of the first 3 seasons.
The information include actor unique ID, character name, time of entrance in the scene, time of exit from the scene.
Data was collected from Prime Video XRay feature following this tutorial
CREATE TABLE s01e01 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e02 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e03 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e04 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e05 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e06 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e07 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s01e08 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e01 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e02 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e03 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e04 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e05 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e06 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e07 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s02e08 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e01 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e02 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e03 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e04 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e05 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e06 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e07 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
CREATE TABLE s03e08 (
"nconst" VARCHAR,
"character" VARCHAR,
"start" BIGINT,
"end" BIGINT
);
Anyone who has the link will be able to view this.