Editor help
Windows/Linux | Mac | Action |
---|---|---|
Ctrl-D | Command-D | Remove line |
Alt-Shift-Down | Command-Option-Down | Copy lines down |
Alt-Shift-Up | Command-Option-Up | Copy lines up |
Alt-Down | Option-Down | Move lines down |
Alt-Up | Option-Up | Move lines up |
Alt-Delete | Ctrl-K | Remove to line end |
Alt-Backspace | Command-Backspace | Remove to line start |
Ctrl-Backspace | Option-Backspace, Ctrl-Option-Backspace | Remove word left |
Ctrl-Delete | Option-Delete | Remove word right |
--- | Ctrl-O | Split line |
A comment is text that is not executed. It can be of two types:
-
Single Line
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-
Multi Line
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-
Tip
Use CTRL + ? or Cmd + ? to comment/uncomment the selection.
-
Double Click
Double clicking the row number selects all rows.
-
Drag & Drop
Dragging and dropping a table name from the assistant onto the editor inserts sample queries in the editor.
-
Right Click
Right clicking on an element of a query will bring up the appropriate browser for that element.Clickable items are highlighted on mouse hover.e.g.: function, column, table names, SELECT *
-
Single Click
Single clicking the row number selects the whole row.
Multiple queries can be embedded in a single editor and separated via semicolon.
The cursor points to the query that will be executed.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Variables are used to easily configure parameters in a query. They can be of two types:
-
Single Valued${variable_name}XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXThe variable can have a default value.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-
Multi Valued${variable_name=variable_value1, variable_value2,...}XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXThe displayed text can be changed.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
For values that are not textual, omit the quotes.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
My Snippet
-- Drop for retesting purposes
DROP TABLE student.releasedates;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071554_8c38e364-65a8-4f9a-aac6-5948e1c73bfe): -- Drop for retesting purposes DROP TABLE student.releasedates INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:null, properties:null) INFO : Completed compiling command(queryId=hive_20240327071554_8c38e364-65a8-4f9a-aac6-5948e1c73bfe); Time taken: 0.004 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071554_8c38e364-65a8-4f9a-aac6-5948e1c73bfe): -- Drop for retesting purposes DROP TABLE student.releasedates INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327071554_8c38e364-65a8-4f9a-aac6-5948e1c73bfe); Time taken: 0.023 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Current netflix2023 table wasn't uploaded properly and has all null values for `Release Date`
-- Create table with release dates that contains title and releasedate
CREATE TABLE student.releasedates (
title STRING,
releasedate STRING
)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
STORED AS TEXTFILE
LOCATION '/user/student/netflix'
;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071559_75841a8c-52eb-4221-8bd5-349a6e79d10e): -- Current netflix2023 table wasn't uploaded properly and has all null values for `Release Date` -- Create table with release dates that contains title and releasedate CREATE TABLE student.releasedates ( title STRING, releasedate STRING ) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE LOCATION '/user/student/netflix' INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:null, properties:null) INFO : Completed compiling command(queryId=hive_20240327071559_75841a8c-52eb-4221-8bd5-349a6e79d10e); Time taken: 0.002 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071559_75841a8c-52eb-4221-8bd5-349a6e79d10e): -- Current netflix2023 table wasn't uploaded properly and has all null values for `Release Date` -- Create table with release dates that contains title and releasedate CREATE TABLE student.releasedates ( title STRING, releasedate STRING ) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE LOCATION '/user/student/netflix' INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327071559_75841a8c-52eb-4221-8bd5-349a6e79d10e); Time taken: 0.023 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Check CSV was uploaded properly and values exist in table
SELECT * FROM student.releasedates LIMIT 5;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071650_6f1bcd71-2da4-41eb-bf48-ebef7629d1a9): -- Check CSV was uploaded properly and values exist in table SELECT * FROM student.releasedates LIMIT 5 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:releasedates.title, type:string, comment:null), FieldSchema(name:releasedates.releasedate, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071650_6f1bcd71-2da4-41eb-bf48-ebef7629d1a9); Time taken: 0.046 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071650_6f1bcd71-2da4-41eb-bf48-ebef7629d1a9): -- Check CSV was uploaded properly and values exist in table SELECT * FROM student.releasedates LIMIT 5 INFO : Completed executing command(queryId=hive_20240327071650_6f1bcd71-2da4-41eb-bf48-ebef7629d1a9); Time taken: 0.001 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
The Night Agent: Season 1
columns (3) | ||
---|---|---|
|
||
int | ||
releasedates.title | string | |
releasedates.releasedate | string | |
No results found
|
releasedates.title | releasedates.releasedate |
---|
releasedates.title | releasedates.releasedate | |
---|---|---|
1 | The Night Agent: Season 1 | 2023-03-23 |
2 | Ginny & Georgia: Season 2 | 2023-01-05 |
3 | The Glory: Season 1 // 더 글로리: 시즌 1 | 2022-12-30 |
4 | Wednesday: Season 1 | 2022-11-23 |
5 | Queen Charlotte: A Bridgerton Story | 2023-05-04 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Drop for retesting purposes
DROP VIEW student.corrected_netflix2023;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071657_be4af6d9-1174-4299-a0c6-4124723ad504): -- Drop for retesting purposes DROP VIEW student.corrected_netflix2023 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:null, properties:null) INFO : Completed compiling command(queryId=hive_20240327071657_be4af6d9-1174-4299-a0c6-4124723ad504); Time taken: 0.004 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071657_be4af6d9-1174-4299-a0c6-4124723ad504): -- Drop for retesting purposes DROP VIEW student.corrected_netflix2023 INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327071657_be4af6d9-1174-4299-a0c6-4124723ad504); Time taken: 0.013 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Create view containing all netflix2023 values and releasedates from
-- releasedates table earlier, joined on the first English part of the title
-- as joining on full text narrows matching rows due to text upload issues
CREATE VIEW student.corrected_netflix2023 AS
SELECT
n.title,
n.availableglobally,
t.releasedate,
n.hoursviewed,
n.numberofratings,
n.rating,
n.genre,
n.keywords,
n.description
FROM
default.netflix2023 n
LEFT OUTER JOIN
student.releasedates t
ON
split(n.title, '//')[0] = split(t.title, '//')[0];
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071702_d95f0a40-55f5-44fb-a486-910fb2d6d522): -- Create view containing all netflix2023 values and releasedates from -- releasedates table earlier, joined on the first English part of the title -- as joining on full text narrows matching rows due to text upload issues CREATE VIEW student.corrected_netflix2023 AS SELECT n.title, n.availableglobally, t.releasedate, n.hoursviewed, n.numberofratings, n.rating, n.genre, n.keywords, n.description FROM default.netflix2023 n LEFT OUTER JOIN student.releasedates t ON split(n.title, '//')[0] = split(t.title, '//')[0] INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:title, type:string, comment:null), FieldSchema(name:availableglobally, type:string, comment:null), FieldSchema(name:releasedate, type:string, comment:null), FieldSchema(name:hoursviewed, type:bigint, comment:null), FieldSchema(name:numberofratings, type:bigint, comment:null), FieldSchema(name:rating, type:double, comment:null), FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:keywords, type:string, comment:null), FieldSchema(name:description, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071702_d95f0a40-55f5-44fb-a486-910fb2d6d522); Time taken: 0.036 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071702_d95f0a40-55f5-44fb-a486-910fb2d6d522): -- Create view containing all netflix2023 values and releasedates from -- releasedates table earlier, joined on the first English part of the title -- as joining on full text narrows matching rows due to text upload issues CREATE VIEW student.corrected_netflix2023 AS SELECT n.title, n.availableglobally, t.releasedate, n.hoursviewed, n.numberofratings, n.rating, n.genre, n.keywords, n.description FROM default.netflix2023 n LEFT OUTER JOIN student.releasedates t ON split(n.title, '//')[0] = split(t.title, '//')[0] INFO : Starting task [Stage-1:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327071702_d95f0a40-55f5-44fb-a486-910fb2d6d522); Time taken: 0.014 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Ensure there are 18332 values
-- Note there are 18739, but that's okay long as we matched as many dates as possible
-- and we can filter values out later
SELECT COUNT(*) FROM student.corrected_netflix2023
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071708_f79e47e9-0d8f-4b5f-a100-ba78933f22f8): -- Ensure there are 18332 values -- Note there are 18739, but that's okay long as we matched as many dates as possible -- and we can filter values out later SELECT COUNT(*) FROM student.corrected_netflix2023 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:_c0, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071708_f79e47e9-0d8f-4b5f-a100-ba78933f22f8); Time taken: 0.045 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071708_f79e47e9-0d8f-4b5f-a100-ba78933f22f8): -- Ensure there are 18332 values -- Note there are 18739, but that's okay long as we matched as many dates as possible -- and we can filter values out later SELECT COUNT(*) FROM student.corrected_netflix2023 INFO : Query ID = hive_20240327071708_f79e47e9-0d8f-4b5f-a100-ba78933f22f8 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Ensure there are 1...orrected_netflix2023(Stage-1) INFO : Setting tez.task.scale.memory.reserve-fraction to 0.30000001192092896 INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Map 3: 0/1 Reducer 2: 0/1 INFO : Map 1: 0/1 Map 3: 0(+1)/1 Reducer 2: 0/1 INFO : Map 1: 0(+1)/1 Map 3: 0(+1)/1 Reducer 2: 0/1 INFO : Map 1: 0(+1)/1 Map 3: 1/1 Reducer 2: 0/1 INFO : Map 1: 1/1 Map 3: 1/1 Reducer 2: 0/1 INFO : Map 1: 1/1 Map 3: 1/1 Reducer 2: 0(+1)/1 INFO : Map 1: 1/1 Map 3: 1/1 Reducer 2: 1/1 INFO : Completed executing command(queryId=hive_20240327071708_f79e47e9-0d8f-4b5f-a100-ba78933f22f8); Time taken: 6.297 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Preview for quality control
SELECT * FROM student.corrected_netflix2023
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071719_feea5644-d6f3-4361-9434-b8f9136aac20): -- Preview for quality control SELECT * FROM student.corrected_netflix2023 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:corrected_netflix2023.title, type:string, comment:null), FieldSchema(name:corrected_netflix2023.availableglobally, type:string, comment:null), FieldSchema(name:corrected_netflix2023.releasedate, type:string, comment:null), FieldSchema(name:corrected_netflix2023.hoursviewed, type:bigint, comment:null), FieldSchema(name:corrected_netflix2023.numberofratings, type:bigint, comment:null), FieldSchema(name:corrected_netflix2023.rating, type:double, comment:null), FieldSchema(name:corrected_netflix2023.genre, type:string, comment:null), FieldSchema(name:corrected_netflix2023.keywords, type:string, comment:null), FieldSchema(name:corrected_netflix2023.description, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071719_feea5644-d6f3-4361-9434-b8f9136aac20); Time taken: 0.038 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071719_feea5644-d6f3-4361-9434-b8f9136aac20): -- Preview for quality control SELECT * FROM student.corrected_netflix2023 INFO : Query ID = hive_20240327071719_feea5644-d6f3-4361-9434-b8f9136aac20 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Preview for qualit...orrected_netflix2023(Stage-1) INFO : Setting tez.task.scale.memory.reserve-fraction to 0.30000001192092896 INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Map 2: 0(+1)/1 INFO : Map 1: 0(+1)/1 Map 2: 1/1 INFO : Map 1: 1/1 Map 2: 1/1 INFO : Completed executing command(queryId=hive_20240327071719_feea5644-d6f3-4361-9434-b8f9136aac20); Time taken: 2.5 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
Queen Charlotte: A Bridgerton Story
columns (10) | ||
---|---|---|
|
||
int | ||
corrected_netflix2023.title | string | |
corrected_netflix2023.availableglobally | string | |
corrected_netflix2023.releasedate | string | |
corrected_netflix2023.hoursviewed | bigint | |
corrected_netflix2023.numberofratings | bigint | |
corrected_netflix2023.rating | double | |
corrected_netflix2023.genre | string | |
corrected_netflix2023.keywords | string | |
corrected_netflix2023.description | string | |
No results found
|
corrected_netflix2023.title | corrected_netflix2023.availableglobally | corrected_netflix2023.releasedate | corrected_netflix2023.hoursviewed | corrected_netflix2023.numberofratings | corrected_netflix2023.rating | corrected_netflix2023.genre | corrected_netflix2023.keywords | corrected_netflix2023.description |
---|
corrected_netflix2023.title | corrected_netflix2023.availableglobally | corrected_netflix2023.releasedate | corrected_netflix2023.hoursviewed | corrected_netflix2023.numberofratings | corrected_netflix2023.rating | corrected_netflix2023.genre | corrected_netflix2023.keywords | corrected_netflix2023.description | |
---|---|---|---|---|---|---|---|---|---|
1 | Queen Charlotte: A Bridgerton Story | Yes | 2023-05-04 | 503000000 | 45624 | 6.6 | Comedy - Romance | telenovela -drug trafficking -cartel -femme fatale -kidnapping | While fleeing from dangerous assailants - an assassin comes out of hiding to protect the daughter she left earlier in life. |
2 | Ginny & Georgia: Season 1 | Yes | 2021-02-24 | 302100000 | 44102 | 5.6 | Action - Thriller | close up of eye -close up of eyes -close up of lips -close up of mouth -child | After barely surviving his grievous wounds from his mission in Dhaka - Bangladesh - Tyler Rake is back - and his team is ready to take on their next mission. |
3 | The Mother | Yes | 2023-05-12 | 249900000 | 6 | 8.6 | Sport | racial tension -black american -couple -love -life | A young American woman from the Midwest is hired by a marketing firm in Paris to provide them with an American perspective on things. |
4 | The Diplomat: Season 1 | Yes | 2023-04-20 | 214100000 | 60853 | 5.5 | Comedy - Romance | friend -best friend -volunteer -teenager -son | Villain's kidnap a man's daughter in order to get hold of forgery plates which they believe to be in his possession. |
5 | Luther: The Fallen Sun | Yes | 2023-03-10 | 209700000 | 300 | 7.3 | Romance | female protagonist -character name in series title -american in france -location in series title -marketing | Finding a ghost named Ernest haunting their new home turns Kevin's family into overnight social media sensations. But when Kevin and Ernest investigate the mystery of Ernest's past - they become a target of the CIA. |
6 | Fake Profile: Season 1 // Perfil falso: Temporada 1 | No | 2023-05-31 | 206500000 | 8165 | 8.7 | Drama - Horror - Thriller | alice character -caterpillar character -the mad hatter character -march hare character -dormouse character | A world -weary detective is hired to investigate the murder of a West Point cadet. Stymied by the cadets' code of silence - he enlists one of their own to help unravel the case - a young man the world would come to know as Edgar All... |
7 | XO - Kitty: Season 1 | Yes | NULL | 200700000 | 49 | 6.8 | Comedy | rapping animal -rapping penguin -talking animal -talking penguin -sequel | Shocking tragedies shatter a tight -knit South Carolina community and expose the horrifying secrets of its most powerful family. |
8 | Outer Banks: Season 1 | Yes | 2020-04-15 | 184000000 | 119246 | 6.2 | Adventure - Family - Fantasy | british noir -b movie -forgery plates -kidnapping a girl -rape and sexual intercourse innuendo | The last of a two -part film centered on the life and career of John Reed - the revolutionary communist journalist. |
9 | Sweet Tooth: Season 2 | Yes | 2023-04-27 | 182300000 | 74403 | 7.5 | Action - Crime - Drama | ghost -house -chase -car chase -based on short story | Teresa Mendoza returns to Mexico after 8 years to fight with Mexican drug dealers. |
10 | Perfect Match: Season 1 | Yes | 2023-02-14 | 176800000 | 344 | 6 | Adventure - Comedy - Family | murder -year 1830 -1830s -19th century -winter | Hiding a mysterious past - a mother lives like a nameless fugitive with her daughter as they make hotels their home and see everyone else as a threat. |
11 | The Marked Heart: Season 2 // Pálpito: Temporada 2 | Yes | 2023-04-19 | 174300000 | 11869 | 8.4 | Short | year 2014 -malaysia airlines flight mh370 -airplane -investigation -missing | Three young women join the newly formed Women's Army Corps (WACS) for varied reasons - and make contributions to the war effort. |
12 | Murder Mystery 2 | Yes | 2023-03-31 | 173600000 | 419661 | 7.1 | Comedy - Crime - Drama | junk man -junk -junk wagon -city dump -landfill | Docuseries following the FIA Formula One World Championship across multiple seasons. |
13 | Pablo Escobar - el patrón del mal: Season 1 | Yes | NULL | 168300000 | 27 | 9.4 | Short | prom -sex comedy -female masturbation -female nudity -teen sex comedy | Tyler Rake - a fearless black market mercenary - embarks on the most deadly extraction of his career when he's enlisted to rescue the kidnapped son of an imprisoned international crime lord. |
14 | Never Have I Ever: Season 4 | Yes | 2023-02-10 | 163000000 | 15 | 5.6 | Animation - Short | magic -power -young woman -soldier -gay man | Things go badly for a hack director and film crew shooting a low budget zombie movie in an abandoned WWII Japanese facility - when they are attacked by real zombies. |
15 | Your Place or Mine | Yes | 2022-12-21 | 161100000 | 18 | 9.4 | Drama - Fantasy - Horror | parody comedy -spoof | In the wake of King Edward's death - Uhtred of Bebbanburg and his comrades adventure across a fractured kingdom in the hopes of uniting England at last. |
16 | Chiquititas (2013) | No | 2022-12-22 | 157600000 | 120 | 5.9 | Crime - Drama | spaghetti western -italo western -eastern -ostern -second part | Sonic in a high -octane adventure where the fate of a strange new multiverse rests in his gloved hands. |
17 | Alchemy of Souls: Part 1 // 환혼: 파트 1 | Yes | 2022-10-19 | 152100000 | 382 | 7.1 | Documentary - Short | controversy -girl -laundry drying on a clothesline -african american -clothesline | A German youth eagerly enters World War I - but his enthusiasm wanes as he gets a firsthand view of the horror. |
18 | Outer Banks: Season 2 | Yes | 2021-06-10 | 151400000 | 118352 | 6.6 | Crime - Horror - Mystery | psychological drama -overprotective mother -cult -hotel -peer pressure | An unusual and touching bond develops when grieving Oona reaches out to a mysterious homeless man - offering him a place to stay in her garden shed. |
19 | Til Money Do Us Part: Season 1 // Hasta que la plata nos separe: Temporada 1 | No | 2023-04-26 | 148600000 | 13216 | 6.1 | Documentary | wacs -war widow -war game -male female relationship -father daughter relationship | A single mother who is a renowned hired killer finds it difficult to achieve a balance between her personal and work life. |
20 | Mr. Queen // 철인왕후 | No | 2022-12-16 | 146900000 | 6 | 8.6 | Sport | f1 -formula 1 -motor sports -car race -championship | An Interpol agent successfully tracks down the world's most wanted art thief with help from a rival thief. But nothing is as it seems as a series of double -crosses ensues. |
21 | Manifest: Season 1 | No | 2023-06-09 | 146700000 | 7 | 9 | Short - Drama | year in title -2000s -number in title | Thale (17) has just moved with her parents to a small town after her mother has a new job in the local police. After a student is killed brutally at a party Thale attends - she becomes a key witness. Was the killer an animal? A wolf? |
22 | PAW Patrol: Season 6 | No | 2023-03-01 | 140100000 | 9835 | 6.8 | Documentary - Crime | drug dealers -kidnapping -child kidnapping -shot in the head -bangladesh | April 1940. The eyes of the world are on Narvik - a small town in northern Norway - source of the iron ore needed for Hitler's war machinery. Through two months of fierce winter warfare - Hitler is dealt his first defeat. |
23 | The Good Bad Mother: Limited Series // 나쁜엄마: 리미티드 시리즈 | Yes | 2023-06-15 | 139900000 | 740 | 7.6 | Drama - Romance | single take -zombie -film crew -television broadcast -rooftop | When a young girl stows away on the ship of a legendary sea monster hunter - they launch an epic journey into uncharted waters - and make history to boot. |
24 | The Recruit: Season 1 | Yes | 2023-02-22 | 139300000 | 426880 | 7 | Comedy | lawyer -19th century -legal -legal drama -legal battle | An orphaned boy enrolls in a school of wizardry - where he learns the truth about himself - his family and the terrible evil that haunts the magical world. |
25 | Bloodhounds: Season 1 // 사냥개들: 시즌 1 | Yes | 2020-12-25 | 136600000 | 111361 | 7.6 | Action - Adventure - Drama | anglo saxon -kingdom -exploration -warrior -epic | Based on the true story of a father and son who repair their fractured relationship during a forced hike of the Appalachian trail to find their beloved lost dog. |
26 | Glass Onion: A Knives Out Mystery | Yes | 2020-05-31 | 136200000 | 155 | 6.4 | Documentary | fast -based on video game -sonic the hedgehog -anthropomorphic animal -sonic the hedgehog character | Charlie Brandis leads a quiet and uneventful life as a wallflower. His parents trust him - his friends like him - girls are indifferent toward him. Then there's the girl he's watched from afar - Annie Briggs - who doesn't even know he... |
27 | Black Mirror: Season 6 | Yes | 2023-01-27 | 134800000 | 102 | 4.9 | Horror | lawyer -spin off -psychosomatic illness -criminal lawyer -drug trade | It follows the rise and fall of the American financier and ponzi schemer: Madoff. |
28 | Triptych: Season 1 // Tríada: Temporada 1 | Yes | 2022-05-27 | 133600000 | 174 | 6.4 | Drama - Western | 1910s -anti war -shell shock -ptsd post traumatic stress disorder -depression | Short documentary about making the second season of The Witcher (2019). |
29 | Bridgerton: Season 1 | Yes | 2022-03-25 | 133400000 | 14591 | 9.2 | Drama - Horror - SciFi | title co written by female -title co directed by female -f rated | Charlie Brandis leads a quiet and uneventful life as a wallflower. His parents trust him - his friends like him - girls are indifferent toward him. Then there's the girl he's watched from afar - Annie Briggs - who doesn't even know he... |
30 | The Marked Heart: Season 1 // Pálpito: Temporada 1 | Yes | 2023-01-06 | 120500000 | 48370 | 8.5 | Documentary - Sport | non fiction | Marion and Jack try to rekindle their relationship with a visit to Paris - home of Marion's parents - - and several of her ex -boyfriends. |
31 | Little Angel: Volume 1 | Yes | 2023-04-28 | 120000000 | 163191 | 6 | Action - Comedy - Crime | homosexual -gay serial killer -murder -serial killer -homosexuality | In celebration of Season 2 being released soon - the Glitch Productions team put all of Season 1 into a single movie to watch in one go. |
32 | PAW Patrol: Season 5 | No | 2023-03-08 | 118900000 | 251 | 1.6 | Short - Comedy | norwegian army -nazi invasion of norway -winter -year 1940 -man in uniform | Three young women looking for adventure get jobs on a dude ranch. |
33 | Sex/Life: Season 1 | Yes | 2023-05-19 | 115800000 | 7057 | 7.4 | Biography - Crime - Drama | cgi animation -bounty hunter -alien -danger -laser gun | The trials and tribulations of criminal lawyer Jimmy McGill in the years leading up to his fateful run -in with Walter White and Jesse Pinkman. |
34 | We Have a Ghost | Yes | 2023-01-27 | 113600000 | 33179 | 6.9 | Action - Drama - History | dog -search -find -journey -father | An executive goes through an unexpected breakup - then accepting an assignment to go undercover and learn about the tourist industry in Vietnam. |
35 | Crash Landing on You: Season 1 // 사랑의 불시착: 시즌 1 | Yes | 2017-10-03 | 102800000 | 66750 | 8.1 | Drama - War | tv special | A lawyer defending a wealthy man begins to believe his client is guilty of more than just one crime. |
36 | MH370: The Plane That Disappeared: Limited Series | Yes | 2021-12-29 | 101700000 | 6886 | 5.5 | Action - Adventure - Drama | party -teenager -sex comedy | Follows the tragedy in which terrorists detonated a bomb at the Boston Marathon's finish line; they carried out the attack by placing two homemade pressure -cooker bombs that resulted in three fatalities and numerous injuries. |
37 | Breaking Bad: Season 2 | No | 2022-11-23 | 99000000 | 259 | 5.9 | Short - Biography - Drama | prison | Im Hwa Ryeong - a prickly - sensitive and hot -tempered queen - tries to turn her trouble making princes into proper crown princes. |
38 | Lockwood & Co.: Season 1 | Yes | 2022-12-21 | 97800000 | 26 | 7.1 | Comedy - Talk -Show | party -teenager -sex comedy | It's 1940's Australia and siblings Maggie and Charles must endure taunts of newly enlisted teenagers - grapple with the fact that neither of them can fight in the war and resort to chess in order to pass the time. |
39 | You: Season 3 | Yes | 2022-05-20 | 97600000 | 7 | 8.7 | Animation - Comedy - SciFi | female full frontal nudity -female nudity -female frontal nudity -sex scene -country in title | Elliott - a young fisherman with an extraordinary voice - gets the chance of a lifetime when high -profile music manager Suzanne discovers him at a party. |
40 | Breaking Bad: Season 5 | No | 2023-01-19 | 95100000 | 840 | 7.5 | Drama | french -vacation -europe -chest hair -male nudity | Elliott - a young fisherman with an extraordinary voice - gets the chance of a lifetime when high -profile music manager Suzanne discovers him at a party. |
41 | Welcome to Eden: Season 2 // Bienvenidos a Edén: Temporada 2 | Yes | 2022-01-28 | 94600000 | 237 | 9.3 | Documentary - Short | bikini -women -young -f rated -best friend | The relationship of a well -known journalist and a down -to -earth teacher goes through hard times when she takes a new job. |
42 | CoComelon: Season 2 | No | 2023-03-24 | 92900000 | 43782 | 4.9 | Action - Adventure - Drama | lawyer -spin off -psychosomatic illness -criminal lawyer -drug trade | In spite of their many differences - Cassie - a struggling singer -songwriter - and Luke - a troubled Marine - agree to marry solely for military benefits - but when tragedy strikes - the line between real and pretend begins to blur. |
43 | The Blacklist: Season 1 | No | 2020-12-10 | 92200000 | 148405 | 7.9 | Biography - Crime - Drama | male nudity -quirky comedy -love -island -escape | Two rival newsreel photographers join forces to find an aviatrix's missing brother - who has disappeared in the Amazon rainforest. |
44 | Shadow and Bone: Season 1 | Yes | 2021-05-31 | 91400000 | 16109 | 6.6 | Drama - History - War | anglo saxon -kingdom -exploration -warrior -epic | A woman's life is turned upside -down when a dangerous man gets hold of her lost cell phone and uses it to track her every move. |
45 | The Unbroken Voice: Season 1 // Canto para no llorar - Arelys Henao: Temporada 1 | No | NULL | 91200000 | 55979 | 7 | Animation - Adventure - Comedy | businessman | A woman's life is turned upside -down when a dangerous man gets hold of her lost cell phone and uses it to track her every move. |
46 | Demon Slayer: Kimetsu no Yaiba: Tanjiro Kamado - Unwavering Resolve Arc // 鬼滅の刃: 竈門炭治郎 立志編 | No | NULL | 87200000 | 49 | 6.8 | Comedy | boston marathon -boston marathon bombing -bomb -year 2013 -manhunt | Ten gorgeous singles meet in a tropical paradise. Little do they know that to win the EUR200 -000 prize - they'll have to completely give up sex. |
47 | That 90s Show: Part 1 | Yes | NULL | 86100000 | 56 | 6.3 | Short - Horror | character name as title -22nd century -future -robot -futuristic | This docuseries examining the chilling true stories of four Korean leaders claiming to be prophets exposes the dark side of unquestioning belief. |
48 | You: Season 2 | Yes | 2017-08-31 | 86100000 | 11869 | 8.4 | Short | school -hero -academy -master -witch | The trials and tribulations of criminal lawyer Jimmy McGill in the years leading up to his fateful run -in with Walter White and Jesse Pinkman. |
49 | All of Us Are Dead: Season 1 // 지금 우리 학교는: 시즌 1 | Yes | 2022-11-15 | 85400000 | 193 | 6.6 | Documentary | donghua -chinese animation -chinese anime -team sports -basketball | This shocking documentary chronicles a happy -go -lucky nomad's ascent to viral stardom and the steep downward spiral that resulted in his imprisonment. |
50 | Black Knight: Season 1 // 택배기사: 시즌 1 | Yes | 2023-04-13 | 84600000 | 49 | 6.8 | Comedy | performer -fisherman -song -life -manager | A quirky - dysfunctional family's road trip is upended when they find themselves in the middle of the robot apocalypse and suddenly become humanity's unlikeliest last hope. |
51 | Breaking Bad: Season 4 | No | 2017-07-23 | 84400000 | 11869 | 8.4 | Short | performer -fisherman -song -life -manager | Deep in the Dovre mountain - something gigantic wakes up after a thousand years in captivity. The creature destroys everything in its path and quickly approaches Oslo. |
52 | Obsession: Limited Series | Yes | 2023-01-20 | 83600000 | 8953 | 6.8 | Adventure - Biography - Drama | educational film -world war two -enemy -japanese soldier -training film | Comedian Chris Rock performs a live stand -up special in Baltimore - Maryland. |
53 | Who Were We Running From?: Limited Series // Biz Kimden Kaçıyorduk Anne?: Mini Dizi | Yes | 2023-04-14 | 83200000 | 11188 | 4.8 | Drama - Thriller | heist -robbery -spain -mint -professor | After finding out their babies were switched at birth - two women develop a plan to adjust to their new lives creating a single and very peculiar family. |
54 | Hunger // คนหิว เกมกระหาย | Yes | 2021-10-14 | 82500000 | 237 | 9.3 | Documentary - Short | journalist -teacher | What if everything we know about prehistory is wrong? Journalist Graham Hancock visits archaeological sites around the world investigating if a civilization far more advanced than we ever believed possible existed thousands of yea... |
55 | Alice in Borderland: Season 1 // 今際の国のアリス: シーズン1 | Yes | 2022-12-15 | 82100000 | 11869 | 8.4 | Short | anglo saxon -kingdom -exploration -warrior -epic | Framed for a corporate crime - an adult Ted Templeton turns back into the Boss Baby to live undercover with his brother - Tim - posing as one of his kids. |
56 | CoComelon: Season 3 | No | 2021-08-21 | 81700000 | 1092 | 7.8 | Drama | sequel -second part -wattpad -love -window | Spinoff of Bling Empire (2021) series. Follows a group of humorous - sophisticated and rich Asian -Americans from New York City. |
57 | Firefly Lane: Season 1 | Yes | 2022-12-25 | 81000000 | 87 | 5.7 | Short - Comedy - Musical | love -singer -heart -two word title -color in title | A travelling monk and his followers find themselves trapped in a land inhabited by only women. |
58 | S.W.A.T. (2017): Season 1 | No | 2022-12-30 | 78200000 | 33179 | 6.9 | Action - Drama - History | plot twist -criminal -smartphone -worker -cell phone | Food competition that follows the country's best backyard smokers and competitive barbecuers as they compete for the title of American Barbecue Champion. |
59 | Murder Mystery | Yes | 2023-01-26 | 78200000 | 36 | 8.5 | Animation - Action - Adventure | plot twist -criminal -smartphone -worker -cell phone | Raquel's longtime crush on her next -door neighbor turns into something more when he starts developing feelings for her - despite his family's objections. |
60 | True Beauty // 여신강림 | No | 2023-04-07 | 77800000 | 326 | 5.7 | Comedy - Drama | actress -love -reference to pamela anderson -personal -career | When a psychiatrist shelters a mysterious cult escapee - her world is turned upside down as the girl's arrival threatens to tear her own family apart. |
61 | Squid Game: Season 1 // 오징어 게임: 시즌 1 | Yes | 2016-07-15 | 77800000 | 16706 | 4.7 | Action - Comedy - Drama | airplane -heist -diamond -accident -plane | This Sportscope short features the sport of kayaking. Participants ride river rapids and show their skill as they maneuver through special 'water slalom' courses. |
62 | Little Angel: Volume 2 | Yes | 2022-11-09 | 76300000 | 16708 | 4.7 | Action - Comedy - Drama | anthology -midnight -horrific -horrifying -sinister | Hospital Playlist tells the story of five doctors who have been friends since they entered medical school in 1999. |
63 | Manifest: Season 2 | No | 2023-03-03 | 75700000 | 620143 | 9 | Crime - Drama | lawyer -spin off -psychosomatic illness -criminal lawyer -drug trade | When a stay -at -home dad who dedicates all his time to his children is persuaded to take time off for himself - he gets mixed up in the wild shenanigans of his childhood friend who's celebrating his 44th birthday. |
64 | Extraction | Yes | 2020-08-21 | 75200000 | 11869 | 8.4 | Short | anglo saxon -kingdom -exploration -warrior -epic | The Seven Deadly Sins travel to the Sky Temple in search of an elusive ingredient. |
65 | Lucifer: Season 1 | No | 2021-01-05 | 71600000 | 365 | 6.3 | Animation - Short - Horror | donghua -chinese animation -chinese anime -team sports -basketball | Matchmaker Sima Taparia guides clients in the U.S. and India in the arranged marriage process - offering an inside look at the custom in a modern era. |
66 | The Last Kingdom: Seven Kings Must Die | Yes | 2023-03-04 | 69500000 | 5400 | 5.8 | Thriller | yacht -the future -ensemble cast -italy -florence italy | After the death of their father - two half -brothers find themselves on opposite sides of an escalating conflict with tragic consequences. |
67 | CoComelon: Season 4 | No | 2021-08-28 | 69000000 | 250532 | 7.3 | Crime - Drama - Mystery | snake -crocodile -spider -koala -animal | After accidentally crash -landing in 2022 - time -traveling fighter pilot Adam Reed teams up with his 12 -year -old self for a mission to save the future. |
68 | Sam & Cat: Season 1 | No | 2023-03-31 | 68500000 | 9109 | 7 | Adventure - Comedy - Family | robot -road trip -dog -furby -family road trip | A policeman and his doctor wife have some marriage problems and the son blames the mother. For his job - the policeman investigates a case of a missing boy. The possible kidnapping looks like some cases from a few years ago. |
69 | Gilmore Girls: Season 1 | Yes | 2021-11-12 | 68100000 | 5286 | 6.5 | Animation - Adventure - Comedy | older woman younger man sex -deep cleavage -large breasts -female topless nudity -cuckolded husband | A live -action adaptation of Nickelodeon's Winx Club (2004). It follows Bloom as she adjusts to life in the Otherworld - where she must learn to control her dangerous magical powers. |
70 | Sonic Prime: Season 1 | Yes | 2021-11-17 | 67800000 | 6282 | 7.5 | Documentary - Crime - History | father daughter relationship -mountain -oslo norway -folklore -mythological creature | An astronaut's return after a 30 -year disappearance rekindles a lost love and sparks interest from a corporation determined to learn why he hasn't aged. |
71 | Manifest: Season 3 | No | 2017-09-28 | 67200000 | 10206 | 5.5 | Action - Adventure - Drama | motherhood -switched at birth -female female kiss -female nudity -female friends | When an army of powerful alien beings is unleashed on Earth threatening life as we know it - a brand -new team of Power Rangers - fueled by the prehistoric power of the dinosaurs - are recruited to deal with the threat. |
72 | Roald Dahls Matilda The Musical | Yes | NULL | 67000000 | 34327 | 5.9 | Action - Comedy - Drama | cardboard cutout -watching tv -watching oneself on tv -boxer -boxing | The world's deadliest assassin and New York's biggest screw -up are mistaken for each other at an Airbnb rental. |
73 | Sing (2016) | No | 2022-12-13 | 65900000 | 2396 | 8.5 | Comedy - Drama | world -civilization | From war -torn Syria to the 2016 Rio Olympics - two young sisters embark on a harrowing journey as refugees - putting both their hearts and champion swimming skills to heroic use. |
74 | Hajime no Ippo: The Fighting!: Season 1 // はじめの一歩: シーズン1 | No | 2022-12-25 | 65300000 | 14 | 8.4 | Animation - Drama - Sport | sequel -sequel to tv series -based on film -baby -boss | From war -torn Syria to the 2016 Rio Olympics - two young sisters embark on a harrowing journey as refugees - putting both their hearts and champion swimming skills to heroic use. |
75 | Sky High: The Series: Season 1 // Hasta el cielo: La serie: Season 1 | Yes | 2022-10-13 | 64400000 | 6676 | 6.4 | Drama - Music - Romance | monk -journey to the west -sun wukong the monkey king character -3d -3 dimensional | A propaganda film - made in the early months of World War II - dramatizing a new group of U.S. Army Air Force pilots receiving their wings from Lt. General H.H. Arnold: on off -screen narrator introduces four of them to us - we see th... |
76 | Record of Ragnarok: Season 2 // 終末のワルキューレ: シーズン2 | No | 2022-09-21 | 63500000 | 26 | 5.9 | Short - Documentary | repeat sequel -question mark in title -returning character killed off -writer director -sequel | Kyra Berry - a 14 year old USA gymnast arrives in Australia to try and win a scholarship at an elite Gymnastics Academy. It's a second chance but also her last. |
77 | Paw Patrol: The Movie | No | 2022-12-08 | 62000000 | 351 | 6.5 | Drama | revenge | Ivan Locke - a dedicated family man and successful construction manager - receives a phone call on the eve of the biggest challenge of his career that sets in motion a series of events that threaten his carefully cultivated existence. |
78 | Next in Fashion: Season 2 | Yes | 2021-10-01 | 61500000 | 11869 | 8.4 | Short | wattpad -love -young -teenage girl -teenage boy | After the murder of his parents when he was a little kid - Mexican Miguel Garza is sent away to Japan. 20 years later - he has to go back to his home country as the new heir of his family's cartel. |
79 | Gilmore Girls: Season 2 | Yes | 2014-09-30 | 61100000 | 28 | 8.1 | Short | cult -psychiatrist -tv mini series -devil -location in title | After her mother disappears - Clary must venture into the dark world of demon hunting - and embrace her new role among the Shadowhunters. |
80 | Treason: Limited Series | Yes | 2023-02-15 | 60600000 | 48435 | 6.7 | Drama - Music - Romance | doctor -medical -friendship -colleagues -work | After moving his family into his childhood home - a man's investigation into a local factory accident connected to his father unveils dark family secrets. |
81 | Trolls | No | 2023-03-29 | 60100000 | 33179 | 6.9 | Action - Drama - History | male nudity -male star appears nude -father -life -friend | After moving his family into his childhood home - a man's investigation into a local factory accident connected to his father unveils dark family secrets. |
82 | Blood Ties: Season 1 // Las Villamizar: Season 1 | No | 2015-08-28 | 59900000 | 7146 | 7 | Documentary - Crime | based on manga -based on anime -holy knight -based on tv series -based on anime series | The Seven Deadly Sins travel to the Sky Temple in search of an elusive ingredient. |
83 | Money Heist: Part 1 // La casa de papel: Parte 1 | Yes | 2023-01-04 | 59600000 | 1648 | 6.6 | Adventure - Comedy - Drama | boat -village -fishing -yorkshire england -lifeboat | A look at the 2001 Seattle Mariners who tied Major League Baseballs modern day record for most wins in a season with 116. |
84 | Rough Diamonds: Season 1 | Yes | 2021-12-17 | 59300000 | 684 | 7.6 | Documentary - Short | spongebob squarepants character -sequel -king -kidnapping -friendship | This RKO -Pathe short film promotes the need for cooperation and neighborliness in the event of a nuclear disaster and associated civil defense procedures. After preaching the power of modern (for 1956) atomic weapons - civil defens... |
85 | The Walking Dead: Season 10 | No | 2022-08-12 | 58300000 | 9011 | 6.4 | Crime - Drama - Mystery | ottoman empire -christian -constantinople turkey -medieval times -1400s | An unhappily married aristocrat begins a torrid affair with the gamekeeper on her husband's country estate. |
86 | The Witcher: Season 1 | Yes | 2022-07-22 | 58300000 | 12255 | 7.2 | Documentary - Biography | cinepanettone -politician -ancient rome | Two inseparable friends move to Kyoto to chase their dreams of becoming maiko - but decide to pursue different passions while living under the same roof. |
87 | The Walking Dead: Season 3 | No | 2022-08-05 | 56700000 | 7 | 8.7 | Animation - Comedy - SciFi | detective -runaway -fight -teenager -teenage girl | A storm rages. A young girl is kidnapped. Her mother teams up with the mysterious woman next door to pursue the kidnapper - a journey that tests their limits and exposes shocking secrets from their pasts. |
88 | Gilmore Girls: Season 3 | Yes | 2022-03-31 | 56600000 | 620143 | 9 | Crime - Drama | heist -robbery -spain -mint -professor | A young girl discovers a secret map to the dreamworld of Slumberland - and with the help of an eccentric outlaw - she traverses dreams and flees nightmares - with the hope that she will be able to see her late father again. |
89 | Red Rose: Season 1 | Yes | 2023-02-22 | 56500000 | 33179 | 6.9 | Action - Drama - History | love -life -airport -flight -couple | Girl Luba had a dream. She - the daughter of a chess king in a fairyland - became the victim of a cunning political conspiracy of two cards - the Peak Jack Krivello and the Cross Dame Dvuliche. |
90 | Gilmore Girls: Season 5 | Yes | 2023-02-14 | 55200000 | 810 | 7.1 | Documentary - Crime | based on series of novels -based on tv series -innocent cop framed -ex cop -police corruption | A live -action adaptation of Nickelodeon's Winx Club (2004). It follows Bloom as she adjusts to life in the Otherworld - where she must learn to control her dangerous magical powers. |
91 | Stranger Things 2 | Yes | 2023-05-24 | 53800000 | 64 | 6.6 | Short - Sport | digoxin -mercy -murder of wife -old woman -hospital | With a little help from his brother and accomplice - Tim - Boss Baby tries to balance family life with his job at Baby Corp headquarters. |
92 | Red Notice | Yes | 2022-05-06 | 53000000 | 35 | 7.6 | Short - Comedy | dinosaur adventure -superhero -superhero team -morphing -villain | A young man is magically turned a merman - and discovers his underwater origins - after he comes in contact with the magic waters at the mysterious Mako Island guarded by a trio of mermaids. |
93 | Henry Danger: Season 1 | No | 2020-12-25 | 52800000 | 237 | 9.3 | Documentary - Short | mistaken identity -buddy comedy -toronto ontario canada -evil woman -final showdown | A family of former child heroes - now grown apart - must reunite to continue to protect the world. |
94 | The Queen of Flow: Season 2 // La reina del flow: Temporada 2 | No | 2020-12-25 | 52800000 | 887 | 4.6 | Action - Comedy | nonlinear timeline -criminal as protagonist -killer as protagonist -gangster -truck driver | Sawako Kuronuma is misunderstood due to her resemblance to the ghost girl from The Ring. But one day the nicest boy in the class - Kazehaya befriends her and everything changed after that and also everyone perspective of Sawako but... |
95 | The Walking Dead: Season 2 | No | 2023-06-07 | 52500000 | 56 | 9.3 | Talk -Show | boy -city -career -boat -olympian | After failing to find success on Broadway - April returns to her hometown and reluctantly is recruited to train a misfit group of young dancers for a big competition. |
96 | Designated Survivor: Season 2 | Yes | 2021-10-11 | 52400000 | 103 | 7.3 | Short - Drama - Thriller | spaceship -robot -alien -sabotage -scientist | It follows singles in the US and Israel as they turn their dating life over to a top Jewish matchmaker. |
97 | Bebefinn: Season 1 | Yes | 2023-05-10 | 52200000 | 56 | 9.3 | Talk -Show | patriotism -military pilot -u.s. military -propaganda -u.s. army air corps | A team of rapid -fire renovators takes big risks and makes painstaking plans to transform families' homes from top to bottom in just 12 hours. |
98 | Hotel Transylvania 2 | No | 2018-10-24 | 52000000 | 47469 | 5.8 | Action - Adventure - Drama | non fiction | Two meddling grannies trick their adult grandkids into a meet -cute that reignites a childhood crush and old grudges. |
99 | Stranger Things 3 | Yes | 2022-11-17 | 51800000 | 11114 | 6.8 | Comedy | prequel -zombie -safe -apocalypse -heist | A high school student is forced to confront her secret crush at a kissing booth. |
100 | Outlander: Season 1 | No | 2020-06-20 | 51800000 | 237 | 9.3 | Documentary - Short | based on film -spin off -gymnastic -athlete -elite | I AM NO ONE is a documentary film written - directed - and edited by Jason Hoover about a man named Charles Lake who moonlights as a serial killer in Chicago - IL. |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Drop for retesting purposes
DROP TABLE student.netflix2023
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071726_ff01dd9a-b070-4c6c-8baf-9fe7d64d4e06): -- Drop for retesting purposes DROP TABLE student.netflix2023 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:null, properties:null) INFO : Completed compiling command(queryId=hive_20240327071726_ff01dd9a-b070-4c6c-8baf-9fe7d64d4e06); Time taken: 0.005 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071726_ff01dd9a-b070-4c6c-8baf-9fe7d64d4e06): -- Drop for retesting purposes DROP TABLE student.netflix2023 INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327071726_ff01dd9a-b070-4c6c-8baf-9fe7d64d4e06); Time taken: 0.025 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- TEXT CLEANUP
/* Finally, create a cleanedup version optimized for later analysis
Text Cleanup: cleaned up keywords and description a bit.
Removed rows with invalid dates */
CREATE TABLE student.netflix2023 AS
SELECT
title,
availableglobally,
TO_DATE(releasedate) AS `releasedate`,
hoursviewed,
numberofratings,
rating,
genre,
REPLACE(keywords, ' -', ', ') as keywords,
REPLACE(REPLACE(REPLACE(description, ' - ', ', '), ' -', '-'), ''', '\'') as description
FROM
corrected_netflix2023
WHERE
TO_DATE(releasedate) LIKE "20%" -- Necessary, as will be seen later
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071731_bd8949f7-938e-4ef8-b2ec-8e644a2928e1): -- TEXT CLEANUP /* Finally, create a cleanedup version optimized for later analysis Text Cleanup: cleaned up keywords and description a bit. Removed rows with invalid dates */ CREATE TABLE student.netflix2023 AS SELECT title, availableglobally, TO_DATE(releasedate) AS `releasedate`, hoursviewed, numberofratings, rating, genre, REPLACE(keywords, ' -', ', ') as keywords, REPLACE(REPLACE(REPLACE(description, ' - ', ', '), ' -', '-'), ''', '\'') as description FROM corrected_netflix2023 WHERE TO_DATE(releasedate) LIKE "20%" -- Necessary, as can be seen later INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:title, type:string, comment:null), FieldSchema(name:availableglobally, type:string, comment:null), FieldSchema(name:releasedate, type:date, comment:null), FieldSchema(name:hoursviewed, type:bigint, comment:null), FieldSchema(name:numberofratings, type:bigint, comment:null), FieldSchema(name:rating, type:double, comment:null), FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:keywords, type:string, comment:null), FieldSchema(name:description, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071731_bd8949f7-938e-4ef8-b2ec-8e644a2928e1); Time taken: 0.048 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071731_bd8949f7-938e-4ef8-b2ec-8e644a2928e1): -- TEXT CLEANUP /* Finally, create a cleanedup version optimized for later analysis Text Cleanup: cleaned up keywords and description a bit. Removed rows with invalid dates */ CREATE TABLE student.netflix2023 AS SELECT title, availableglobally, TO_DATE(releasedate) AS `releasedate`, hoursviewed, numberofratings, rating, genre, REPLACE(keywords, ' -', ', ') as keywords, REPLACE(REPLACE(REPLACE(description, ' - ', ', '), ' -', '-'), ''', '\'') as description FROM corrected_netflix2023 WHERE TO_DATE(releasedate) LIKE "20%" -- Necessary, as can be seen later INFO : Query ID = hive_20240327071731_bd8949f7-938e-4ef8-b2ec-8e644a2928e1 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- TEXT CLEANUP /* Finally, create a...later(Stage-1) INFO : Setting tez.task.scale.memory.reserve-fraction to 0.30000001192092896 INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Map 2: 0/1 INFO : Map 1: 0/1 Map 2: 0(+1)/1 INFO : Map 1: 0(+1)/1 Map 2: 0(+1)/1 INFO : Map 1: 0(+1)/1 Map 2: 1/1 INFO : Map 1: 0(+1)/1 Map 2: 1/1 INFO : Map 1: 1/1 Map 2: 1/1 INFO : Starting task [Stage-2:DEPENDENCY_COLLECTION] in serial mode INFO : Starting task [Stage-0:MOVE] in serial mode INFO : Moving data to directory hdfs://ip-172-31-2-172.us-west-1.compute.internal:8020/user/hive/warehouse/student.db/netflix2023 from hdfs://ip-172-31-2-172.us-west-1.compute.internal:8020/user/hive/warehouse/student.db/.hive-staging_hive_2024-03-27_07-17-31_639_2411937544670865735-4/-ext-10002 INFO : Starting task [Stage-4:DDL] in serial mode INFO : Starting task [Stage-3:STATS] in serial mode INFO : Completed executing command(queryId=hive_20240327071731_bd8949f7-938e-4ef8-b2ec-8e644a2928e1); Time taken: 8.02 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- COLUMN DATA TYPES
DESCRIBE student.netflix2023
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071748_2df8f11c-6223-4d28-badd-c25fc64310ea): -- COLUMN DATA TYPES DESCRIBE student.netflix2023 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:col_name, type:string, comment:from deserializer), FieldSchema(name:data_type, type:string, comment:from deserializer), FieldSchema(name:comment, type:string, comment:from deserializer)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071748_2df8f11c-6223-4d28-badd-c25fc64310ea); Time taken: 0.005 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071748_2df8f11c-6223-4d28-badd-c25fc64310ea): -- COLUMN DATA TYPES DESCRIBE student.netflix2023 INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327071748_2df8f11c-6223-4d28-badd-c25fc64310ea); Time taken: 0.004 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
title
col_name | data_type | comment |
---|
col_name | data_type | comment | |
---|---|---|---|
1 | title | string | |
2 | availableglobally | string | |
3 | releasedate | date | |
4 | hoursviewed | bigint | |
5 | numberofratings | bigint | |
6 | rating | double | |
7 | genre | string | |
8 | keywords | string | |
9 | description | string |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- INSPECT NULL COUNT
-- Count null values and account for later if/when necessary
SELECT
SUM(CASE WHEN title IS NULL THEN 1 ELSE 0 END) AS null_titles,
SUM(CASE WHEN availableglobally IS NULL THEN 1 ELSE 0 END) AS null_availableglobally,
SUM(CASE WHEN releasedate IS NULL THEN 1 ELSE 0 END) AS null_releasedate,
SUM(CASE WHEN hoursviewed IS NULL THEN 1 ELSE 0 END) AS null_hoursviewed,
SUM(CASE WHEN numberofratings IS NULL THEN 1 ELSE 0 END) AS null_numberofratings,
SUM(CASE WHEN rating IS NULL THEN 1 ELSE 0 END) AS null_rating,
SUM(CASE WHEN genre IS NULL THEN 1 ELSE 0 END) AS null_genre,
SUM(CASE WHEN keywords IS NULL THEN 1 ELSE 0 END) AS null_keywords,
SUM(CASE WHEN description IS NULL THEN 1 ELSE 0 END) AS null_description
FROM
student.netflix2023;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070839_862025f3-1df5-42ba-ba8c-fa9d18567330): -- INSPECT NULL COUNT -- Count null values and account for later if/when necessary SELECT SUM(CASE WHEN title IS NULL THEN 1 ELSE 0 END) AS null_titles, SUM(CASE WHEN availableglobally IS NULL THEN 1 ELSE 0 END) AS null_availableglobally, SUM(CASE WHEN releasedate IS NULL THEN 1 ELSE 0 END) AS null_releasedate, SUM(CASE WHEN hoursviewed IS NULL THEN 1 ELSE 0 END) AS null_hoursviewed, SUM(CASE WHEN numberofratings IS NULL THEN 1 ELSE 0 END) AS null_numberofratings, SUM(CASE WHEN rating IS NULL THEN 1 ELSE 0 END) AS null_rating, SUM(CASE WHEN genre IS NULL THEN 1 ELSE 0 END) AS null_genre, SUM(CASE WHEN keywords IS NULL THEN 1 ELSE 0 END) AS null_keywords, SUM(CASE WHEN description IS NULL THEN 1 ELSE 0 END) AS null_description FROM student.netflix2023 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:null_titles, type:bigint, comment:null), FieldSchema(name:null_availableglobally, type:bigint, comment:null), FieldSchema(name:null_releasedate, type:bigint, comment:null), FieldSchema(name:null_hoursviewed, type:bigint, comment:null), FieldSchema(name:null_numberofratings, type:bigint, comment:null), FieldSchema(name:null_rating, type:bigint, comment:null), FieldSchema(name:null_genre, type:bigint, comment:null), FieldSchema(name:null_keywords, type:bigint, comment:null), FieldSchema(name:null_description, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070839_862025f3-1df5-42ba-ba8c-fa9d18567330); Time taken: 0.054 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070839_862025f3-1df5-42ba-ba8c-fa9d18567330): -- INSPECT NULL COUNT -- Count null values and account for later if/when necessary SELECT SUM(CASE WHEN title IS NULL THEN 1 ELSE 0 END) AS null_titles, SUM(CASE WHEN availableglobally IS NULL THEN 1 ELSE 0 END) AS null_availableglobally, SUM(CASE WHEN releasedate IS NULL THEN 1 ELSE 0 END) AS null_releasedate, SUM(CASE WHEN hoursviewed IS NULL THEN 1 ELSE 0 END) AS null_hoursviewed, SUM(CASE WHEN numberofratings IS NULL THEN 1 ELSE 0 END) AS null_numberofratings, SUM(CASE WHEN rating IS NULL THEN 1 ELSE 0 END) AS null_rating, SUM(CASE WHEN genre IS NULL THEN 1 ELSE 0 END) AS null_genre, SUM(CASE WHEN keywords IS NULL THEN 1 ELSE 0 END) AS null_keywords, SUM(CASE WHEN description IS NULL THEN 1 ELSE 0 END) AS null_description FROM student.netflix2023 INFO : Query ID = hive_20240327070839_862025f3-1df5-42ba-ba8c-fa9d18567330 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- INSPECT NULL COUNT ...student.netflix2023(Stage-1) INFO : Tez session was closed. Reopening... INFO : Session re-established. INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 INFO : Completed executing command(queryId=hive_20240327070839_862025f3-1df5-42ba-ba8c-fa9d18567330); Time taken: 9.718 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
Done.
columns (10) | ||
---|---|---|
|
||
int | ||
null_titles | bigint | |
null_availableglobally | bigint | |
null_releasedate | bigint | |
null_hoursviewed | bigint | |
null_numberofratings | bigint | |
null_rating | bigint | |
null_genre | bigint | |
null_keywords | bigint | |
null_description | bigint | |
No results found
|
null_titles | null_availableglobally | null_releasedate | null_hoursviewed | null_numberofratings | null_rating | null_genre | null_keywords | null_description |
---|
null_titles | null_availableglobally | null_releasedate | null_hoursviewed | null_numberofratings | null_rating | null_genre | null_keywords | null_description | |
---|---|---|---|---|---|---|---|---|---|
1 | 0 | 0 | 0 | 0 | 4 | 4 | 0 | 0 | 0 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Drop for retesting purposes
DROP VIEW student.netflix2023_genre_exploded;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070854_9e6cb954-2820-4b19-89e3-eed2e5f7beb7): -- Drop for retesting purposes DROP VIEW student.netflix2023_genre_exploded INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:null, properties:null) INFO : Completed compiling command(queryId=hive_20240327070854_9e6cb954-2820-4b19-89e3-eed2e5f7beb7); Time taken: 0.003 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070854_9e6cb954-2820-4b19-89e3-eed2e5f7beb7): -- Drop for retesting purposes DROP VIEW student.netflix2023_genre_exploded INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327070854_9e6cb954-2820-4b19-89e3-eed2e5f7beb7); Time taken: 0.017 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Create separate view of netflix2023 where genre is exploded into multiple rows
CREATE VIEW student.netflix2023_genre_exploded AS
SELECT
title,
availableglobally,
releasedate,
hoursviewed,
numberofratings,
rating,
REPLACE(genre_exploded, ' -', '-') AS genre,
keywords,
description
FROM
student.netflix2023
LATERAL VIEW
EXPLODE(SPLIT(genre, ' - ')) exploded_table AS genre_exploded
WHERE
genre_exploded <> 'Genre'
AND genre_exploded <> 'TBD';
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070859_5d232a78-16f6-4882-92d5-e885e9907c54): -- Create separate view of netflix2023 where genre is exploded into multiple rows CREATE VIEW student.netflix2023_genre_exploded AS SELECT title, availableglobally, releasedate, hoursviewed, numberofratings, rating, REPLACE(genre_exploded, ' -', '-') AS genre, keywords, description FROM student.netflix2023 LATERAL VIEW EXPLODE(SPLIT(genre, ' - ')) exploded_table AS genre_exploded WHERE genre_exploded <> 'Genre' AND genre_exploded <> 'TBD' INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:title, type:string, comment:null), FieldSchema(name:availableglobally, type:string, comment:null), FieldSchema(name:releasedate, type:date, comment:null), FieldSchema(name:hoursviewed, type:bigint, comment:null), FieldSchema(name:numberofratings, type:bigint, comment:null), FieldSchema(name:rating, type:double, comment:null), FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:keywords, type:string, comment:null), FieldSchema(name:description, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070859_5d232a78-16f6-4882-92d5-e885e9907c54); Time taken: 0.014 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070859_5d232a78-16f6-4882-92d5-e885e9907c54): -- Create separate view of netflix2023 where genre is exploded into multiple rows CREATE VIEW student.netflix2023_genre_exploded AS SELECT title, availableglobally, releasedate, hoursviewed, numberofratings, rating, REPLACE(genre_exploded, ' -', '-') AS genre, keywords, description FROM student.netflix2023 LATERAL VIEW EXPLODE(SPLIT(genre, ' - ')) exploded_table AS genre_exploded WHERE genre_exploded <> 'Genre' AND genre_exploded <> 'TBD' INFO : Starting task [Stage-0:DDL] in serial mode INFO : Completed executing command(queryId=hive_20240327070859_5d232a78-16f6-4882-92d5-e885e9907c54); Time taken: 0.01 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
My Snippet
-- Ensure genre exploded table was made correctly
SELECT * FROM student.netflix2023_genre_exploded
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070922_effaba5f-c2c2-4c20-b6f3-4079d1646b20): -- Ensure genre exploded table was made correctly SELECT * FROM student.netflix2023_genre_exploded INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:netflix2023_genre_exploded.title, type:string, comment:null), FieldSchema(name:netflix2023_genre_exploded.availableglobally, type:string, comment:null), FieldSchema(name:netflix2023_genre_exploded.releasedate, type:date, comment:null), FieldSchema(name:netflix2023_genre_exploded.hoursviewed, type:bigint, comment:null), FieldSchema(name:netflix2023_genre_exploded.numberofratings, type:bigint, comment:null), FieldSchema(name:netflix2023_genre_exploded.rating, type:double, comment:null), FieldSchema(name:netflix2023_genre_exploded.genre, type:string, comment:null), FieldSchema(name:netflix2023_genre_exploded.keywords, type:string, comment:null), FieldSchema(name:netflix2023_genre_exploded.description, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070922_effaba5f-c2c2-4c20-b6f3-4079d1646b20); Time taken: 0.03 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070922_effaba5f-c2c2-4c20-b6f3-4079d1646b20): -- Ensure genre exploded table was made correctly SELECT * FROM student.netflix2023_genre_exploded INFO : Completed executing command(queryId=hive_20240327070922_effaba5f-c2c2-4c20-b6f3-4079d1646b20); Time taken: 0.0 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
Queen Charlotte: A Bridgerton Story
columns (10) | ||
---|---|---|
|
||
int | ||
netflix2023_genre_exploded.title | string | |
netflix2023_genre_exploded.availableglobally | string | |
netflix2023_genre_exploded.releasedate | date | |
netflix2023_genre_exploded.hoursviewed | bigint | |
netflix2023_genre_exploded.numberofratings | bigint | |
netflix2023_genre_exploded.rating | double | |
netflix2023_genre_exploded.genre | string | |
netflix2023_genre_exploded.keywords | string | |
netflix2023_genre_exploded.description | string | |
No results found
|
netflix2023_genre_exploded.title | netflix2023_genre_exploded.availableglobally | netflix2023_genre_exploded.releasedate | netflix2023_genre_exploded.hoursviewed | netflix2023_genre_exploded.numberofratings | netflix2023_genre_exploded.rating | netflix2023_genre_exploded.genre | netflix2023_genre_exploded.keywords | netflix2023_genre_exploded.description |
---|
netflix2023_genre_exploded.title | netflix2023_genre_exploded.availableglobally | netflix2023_genre_exploded.releasedate | netflix2023_genre_exploded.hoursviewed | netflix2023_genre_exploded.numberofratings | netflix2023_genre_exploded.rating | netflix2023_genre_exploded.genre | netflix2023_genre_exploded.keywords | netflix2023_genre_exploded.description | |
---|---|---|---|---|---|---|---|---|---|
1 | Queen Charlotte: A Bridgerton Story | Yes | 2023-05-04 | 503000000 | 45624 | 6.6 | Comedy | telenovela, drug trafficking, cartel, femme fatale, kidnapping | While fleeing from dangerous assailants, an assassin comes out of hiding to protect the daughter she left earlier in life. |
2 | Queen Charlotte: A Bridgerton Story | Yes | 2023-05-04 | 503000000 | 45624 | 6.6 | Romance | telenovela, drug trafficking, cartel, femme fatale, kidnapping | While fleeing from dangerous assailants, an assassin comes out of hiding to protect the daughter she left earlier in life. |
3 | Ginny & Georgia: Season 1 | Yes | 2021-02-24 | 302100000 | 44102 | 5.6 | Action | close up of eye, close up of eyes, close up of lips, close up of mouth, child | After barely surviving his grievous wounds from his mission in Dhaka, Bangladesh, Tyler Rake is back, and his team is ready to take on their next mission. |
4 | Ginny & Georgia: Season 1 | Yes | 2021-02-24 | 302100000 | 44102 | 5.6 | Thriller | close up of eye, close up of eyes, close up of lips, close up of mouth, child | After barely surviving his grievous wounds from his mission in Dhaka, Bangladesh, Tyler Rake is back, and his team is ready to take on their next mission. |
5 | The Mother | Yes | 2023-05-12 | 249900000 | 6 | 8.6 | Sport | racial tension, black american, couple, love, life | A young American woman from the Midwest is hired by a marketing firm in Paris to provide them with an American perspective on things. |
6 | The Diplomat: Season 1 | Yes | 2023-04-20 | 214100000 | 60853 | 5.5 | Comedy | friend, best friend, volunteer, teenager, son | Villain's kidnap a man's daughter in order to get hold of forgery plates which they believe to be in his possession. |
7 | The Diplomat: Season 1 | Yes | 2023-04-20 | 214100000 | 60853 | 5.5 | Romance | friend, best friend, volunteer, teenager, son | Villain's kidnap a man's daughter in order to get hold of forgery plates which they believe to be in his possession. |
8 | Luther: The Fallen Sun | Yes | 2023-03-10 | 209700000 | 300 | 7.3 | Romance | female protagonist, character name in series title, american in france, location in series title, marketing | Finding a ghost named Ernest haunting their new home turns Kevin's family into overnight social media sensations. But when Kevin and Ernest investigate the mystery of Ernest's past, they become a target of the CIA. |
9 | Fake Profile: Season 1 // Perfil falso: Temporada 1 | No | 2023-05-31 | 206500000 | 8165 | 8.7 | Drama | alice character, caterpillar character, the mad hatter character, march hare character, dormouse character | A world-weary detective is hired to investigate the murder of a West Point cadet. Stymied by the cadets' code of silence, he enlists one of their own to help unravel the case , a young man the world would come to know as Edgar All... |
10 | Fake Profile: Season 1 // Perfil falso: Temporada 1 | No | 2023-05-31 | 206500000 | 8165 | 8.7 | Horror | alice character, caterpillar character, the mad hatter character, march hare character, dormouse character | A world-weary detective is hired to investigate the murder of a West Point cadet. Stymied by the cadets' code of silence, he enlists one of their own to help unravel the case , a young man the world would come to know as Edgar All... |
11 | Fake Profile: Season 1 // Perfil falso: Temporada 1 | No | 2023-05-31 | 206500000 | 8165 | 8.7 | Thriller | alice character, caterpillar character, the mad hatter character, march hare character, dormouse character | A world-weary detective is hired to investigate the murder of a West Point cadet. Stymied by the cadets' code of silence, he enlists one of their own to help unravel the case , a young man the world would come to know as Edgar All... |
12 | Outer Banks: Season 1 | Yes | 2020-04-15 | 184000000 | 119246 | 6.2 | Adventure | british noir, b movie, forgery plates, kidnapping a girl, rape and sexual intercourse innuendo | The last of a two-part film centered on the life and career of John Reed, the revolutionary communist journalist. |
13 | Outer Banks: Season 1 | Yes | 2020-04-15 | 184000000 | 119246 | 6.2 | Family | british noir, b movie, forgery plates, kidnapping a girl, rape and sexual intercourse innuendo | The last of a two-part film centered on the life and career of John Reed, the revolutionary communist journalist. |
14 | Outer Banks: Season 1 | Yes | 2020-04-15 | 184000000 | 119246 | 6.2 | Fantasy | british noir, b movie, forgery plates, kidnapping a girl, rape and sexual intercourse innuendo | The last of a two-part film centered on the life and career of John Reed, the revolutionary communist journalist. |
15 | Sweet Tooth: Season 2 | Yes | 2023-04-27 | 182300000 | 74403 | 7.5 | Action | ghost, house, chase, car chase, based on short story | Teresa Mendoza returns to Mexico after 8 years to fight with Mexican drug dealers. |
16 | Sweet Tooth: Season 2 | Yes | 2023-04-27 | 182300000 | 74403 | 7.5 | Crime | ghost, house, chase, car chase, based on short story | Teresa Mendoza returns to Mexico after 8 years to fight with Mexican drug dealers. |
17 | Sweet Tooth: Season 2 | Yes | 2023-04-27 | 182300000 | 74403 | 7.5 | Drama | ghost, house, chase, car chase, based on short story | Teresa Mendoza returns to Mexico after 8 years to fight with Mexican drug dealers. |
18 | Perfect Match: Season 1 | Yes | 2023-02-14 | 176800000 | 344 | 6 | Adventure | murder, year 1830, 1830s, 19th century, winter | Hiding a mysterious past, a mother lives like a nameless fugitive with her daughter as they make hotels their home and see everyone else as a threat. |
19 | Perfect Match: Season 1 | Yes | 2023-02-14 | 176800000 | 344 | 6 | Comedy | murder, year 1830, 1830s, 19th century, winter | Hiding a mysterious past, a mother lives like a nameless fugitive with her daughter as they make hotels their home and see everyone else as a threat. |
20 | Perfect Match: Season 1 | Yes | 2023-02-14 | 176800000 | 344 | 6 | Family | murder, year 1830, 1830s, 19th century, winter | Hiding a mysterious past, a mother lives like a nameless fugitive with her daughter as they make hotels their home and see everyone else as a threat. |
21 | The Marked Heart: Season 2 // Pálpito: Temporada 2 | Yes | 2023-04-19 | 174300000 | 11869 | 8.4 | Short | year 2014, malaysia airlines flight mh370, airplane, investigation, missing | Three young women join the newly formed Women's Army Corps (WACS) for varied reasons, and make contributions to the war effort. |
22 | Murder Mystery 2 | Yes | 2023-03-31 | 173600000 | 419661 | 7.1 | Comedy | junk man, junk, junk wagon, city dump, landfill | Docuseries following the FIA Formula One World Championship across multiple seasons. |
23 | Murder Mystery 2 | Yes | 2023-03-31 | 173600000 | 419661 | 7.1 | Crime | junk man, junk, junk wagon, city dump, landfill | Docuseries following the FIA Formula One World Championship across multiple seasons. |
24 | Murder Mystery 2 | Yes | 2023-03-31 | 173600000 | 419661 | 7.1 | Drama | junk man, junk, junk wagon, city dump, landfill | Docuseries following the FIA Formula One World Championship across multiple seasons. |
25 | Never Have I Ever: Season 4 | Yes | 2023-02-10 | 163000000 | 15 | 5.6 | Animation | magic, power, young woman, soldier, gay man | Things go badly for a hack director and film crew shooting a low budget zombie movie in an abandoned WWII Japanese facility, when they are attacked by real zombies. |
26 | Never Have I Ever: Season 4 | Yes | 2023-02-10 | 163000000 | 15 | 5.6 | Short | magic, power, young woman, soldier, gay man | Things go badly for a hack director and film crew shooting a low budget zombie movie in an abandoned WWII Japanese facility, when they are attacked by real zombies. |
27 | Your Place or Mine | Yes | 2022-12-21 | 161100000 | 18 | 9.4 | Drama | parody comedy, spoof | In the wake of King Edward's death, Uhtred of Bebbanburg and his comrades adventure across a fractured kingdom in the hopes of uniting England at last. |
28 | Your Place or Mine | Yes | 2022-12-21 | 161100000 | 18 | 9.4 | Fantasy | parody comedy, spoof | In the wake of King Edward's death, Uhtred of Bebbanburg and his comrades adventure across a fractured kingdom in the hopes of uniting England at last. |
29 | Your Place or Mine | Yes | 2022-12-21 | 161100000 | 18 | 9.4 | Horror | parody comedy, spoof | In the wake of King Edward's death, Uhtred of Bebbanburg and his comrades adventure across a fractured kingdom in the hopes of uniting England at last. |
30 | Chiquititas (2013) | No | 2022-12-22 | 157600000 | 120 | 5.9 | Crime | spaghetti western, italo western, eastern, ostern, second part | Sonic in a high-octane adventure where the fate of a strange new multiverse rests in his gloved hands. |
31 | Chiquititas (2013) | No | 2022-12-22 | 157600000 | 120 | 5.9 | Drama | spaghetti western, italo western, eastern, ostern, second part | Sonic in a high-octane adventure where the fate of a strange new multiverse rests in his gloved hands. |
32 | Alchemy of Souls: Part 1 // 환혼: 파트 1 | Yes | 2022-10-19 | 152100000 | 382 | 7.1 | Documentary | controversy, girl, laundry drying on a clothesline, african american, clothesline | A German youth eagerly enters World War I, but his enthusiasm wanes as he gets a firsthand view of the horror. |
33 | Alchemy of Souls: Part 1 // 환혼: 파트 1 | Yes | 2022-10-19 | 152100000 | 382 | 7.1 | Short | controversy, girl, laundry drying on a clothesline, african american, clothesline | A German youth eagerly enters World War I, but his enthusiasm wanes as he gets a firsthand view of the horror. |
34 | Outer Banks: Season 2 | Yes | 2021-06-10 | 151400000 | 118352 | 6.6 | Crime | psychological drama, overprotective mother, cult, hotel, peer pressure | An unusual and touching bond develops when grieving Oona reaches out to a mysterious homeless man, offering him a place to stay in her garden shed. |
35 | Outer Banks: Season 2 | Yes | 2021-06-10 | 151400000 | 118352 | 6.6 | Horror | psychological drama, overprotective mother, cult, hotel, peer pressure | An unusual and touching bond develops when grieving Oona reaches out to a mysterious homeless man, offering him a place to stay in her garden shed. |
36 | Outer Banks: Season 2 | Yes | 2021-06-10 | 151400000 | 118352 | 6.6 | Mystery | psychological drama, overprotective mother, cult, hotel, peer pressure | An unusual and touching bond develops when grieving Oona reaches out to a mysterious homeless man, offering him a place to stay in her garden shed. |
37 | Til Money Do Us Part: Season 1 // Hasta que la plata nos separe: Temporada 1 | No | 2023-04-26 | 148600000 | 13216 | 6.1 | Documentary | wacs, war widow, war game, male female relationship, father daughter relationship | A single mother who is a renowned hired killer finds it difficult to achieve a balance between her personal and work life. |
38 | Mr. Queen // 철인왕후 | No | 2022-12-16 | 146900000 | 6 | 8.6 | Sport | f1, formula 1, motor sports, car race, championship | An Interpol agent successfully tracks down the world's most wanted art thief with help from a rival thief. But nothing is as it seems as a series of double-crosses ensues. |
39 | Manifest: Season 1 | No | 2023-06-09 | 146700000 | 7 | 9 | Short | year in title, 2000s, number in title | Thale (17) has just moved with her parents to a small town after her mother has a new job in the local police. After a student is killed brutally at a party Thale attends, she becomes a key witness. Was the killer an animal? A wolf? |
40 | Manifest: Season 1 | No | 2023-06-09 | 146700000 | 7 | 9 | Drama | year in title, 2000s, number in title | Thale (17) has just moved with her parents to a small town after her mother has a new job in the local police. After a student is killed brutally at a party Thale attends, she becomes a key witness. Was the killer an animal? A wolf? |
41 | PAW Patrol: Season 6 | No | 2023-03-01 | 140100000 | 9835 | 6.8 | Documentary | drug dealers, kidnapping, child kidnapping, shot in the head, bangladesh | April 1940. The eyes of the world are on Narvik, a small town in northern Norway, source of the iron ore needed for Hitler's war machinery. Through two months of fierce winter warfare, Hitler is dealt his first defeat. |
42 | PAW Patrol: Season 6 | No | 2023-03-01 | 140100000 | 9835 | 6.8 | Crime | drug dealers, kidnapping, child kidnapping, shot in the head, bangladesh | April 1940. The eyes of the world are on Narvik, a small town in northern Norway, source of the iron ore needed for Hitler's war machinery. Through two months of fierce winter warfare, Hitler is dealt his first defeat. |
43 | The Good Bad Mother: Limited Series // 나쁜엄마: 리미티드 시리즈 | Yes | 2023-06-15 | 139900000 | 740 | 7.6 | Drama | single take, zombie, film crew, television broadcast, rooftop | When a young girl stows away on the ship of a legendary sea monster hunter, they launch an epic journey into uncharted waters , and make history to boot. |
44 | The Good Bad Mother: Limited Series // 나쁜엄마: 리미티드 시리즈 | Yes | 2023-06-15 | 139900000 | 740 | 7.6 | Romance | single take, zombie, film crew, television broadcast, rooftop | When a young girl stows away on the ship of a legendary sea monster hunter, they launch an epic journey into uncharted waters , and make history to boot. |
45 | The Recruit: Season 1 | Yes | 2023-02-22 | 139300000 | 426880 | 7 | Comedy | lawyer, 19th century, legal, legal drama, legal battle | An orphaned boy enrolls in a school of wizardry, where he learns the truth about himself, his family and the terrible evil that haunts the magical world. |
46 | Bloodhounds: Season 1 // 사냥개들: 시즌 1 | Yes | 2020-12-25 | 136600000 | 111361 | 7.6 | Action | anglo saxon, kingdom, exploration, warrior, epic | Based on the true story of a father and son who repair their fractured relationship during a forced hike of the Appalachian trail to find their beloved lost dog. |
47 | Bloodhounds: Season 1 // 사냥개들: 시즌 1 | Yes | 2020-12-25 | 136600000 | 111361 | 7.6 | Adventure | anglo saxon, kingdom, exploration, warrior, epic | Based on the true story of a father and son who repair their fractured relationship during a forced hike of the Appalachian trail to find their beloved lost dog. |
48 | Bloodhounds: Season 1 // 사냥개들: 시즌 1 | Yes | 2020-12-25 | 136600000 | 111361 | 7.6 | Drama | anglo saxon, kingdom, exploration, warrior, epic | Based on the true story of a father and son who repair their fractured relationship during a forced hike of the Appalachian trail to find their beloved lost dog. |
49 | Glass Onion: A Knives Out Mystery | Yes | 2020-05-31 | 136200000 | 155 | 6.4 | Documentary | fast, based on video game, sonic the hedgehog, anthropomorphic animal, sonic the hedgehog character | Charlie Brandis leads a quiet and uneventful life as a wallflower. His parents trust him, his friends like him, girls are indifferent toward him. Then there's the girl he's watched from afar, Annie Briggs, who doesn't even know he... |
50 | Black Mirror: Season 6 | Yes | 2023-01-27 | 134800000 | 102 | 4.9 | Horror | lawyer, spin off, psychosomatic illness, criminal lawyer, drug trade | It follows the rise and fall of the American financier and ponzi schemer: Madoff. |
51 | Triptych: Season 1 // Tríada: Temporada 1 | Yes | 2022-05-27 | 133600000 | 174 | 6.4 | Drama | 1910s, anti war, shell shock, ptsd post traumatic stress disorder, depression | Short documentary about making the second season of The Witcher (2019). |
52 | Triptych: Season 1 // Tríada: Temporada 1 | Yes | 2022-05-27 | 133600000 | 174 | 6.4 | Western | 1910s, anti war, shell shock, ptsd post traumatic stress disorder, depression | Short documentary about making the second season of The Witcher (2019). |
53 | Bridgerton: Season 1 | Yes | 2022-03-25 | 133400000 | 14591 | 9.2 | Drama | title co written by female, title co directed by female, f rated | Charlie Brandis leads a quiet and uneventful life as a wallflower. His parents trust him, his friends like him, girls are indifferent toward him. Then there's the girl he's watched from afar, Annie Briggs, who doesn't even know he... |
54 | Bridgerton: Season 1 | Yes | 2022-03-25 | 133400000 | 14591 | 9.2 | Horror | title co written by female, title co directed by female, f rated | Charlie Brandis leads a quiet and uneventful life as a wallflower. His parents trust him, his friends like him, girls are indifferent toward him. Then there's the girl he's watched from afar, Annie Briggs, who doesn't even know he... |
55 | Bridgerton: Season 1 | Yes | 2022-03-25 | 133400000 | 14591 | 9.2 | SciFi | title co written by female, title co directed by female, f rated | Charlie Brandis leads a quiet and uneventful life as a wallflower. His parents trust him, his friends like him, girls are indifferent toward him. Then there's the girl he's watched from afar, Annie Briggs, who doesn't even know he... |
56 | The Marked Heart: Season 1 // Pálpito: Temporada 1 | Yes | 2023-01-06 | 120500000 | 48370 | 8.5 | Documentary | non fiction | Marion and Jack try to rekindle their relationship with a visit to Paris, home of Marion's parents ,- and several of her ex-boyfriends. |
57 | The Marked Heart: Season 1 // Pálpito: Temporada 1 | Yes | 2023-01-06 | 120500000 | 48370 | 8.5 | Sport | non fiction | Marion and Jack try to rekindle their relationship with a visit to Paris, home of Marion's parents ,- and several of her ex-boyfriends. |
58 | Little Angel: Volume 1 | Yes | 2023-04-28 | 120000000 | 163191 | 6 | Action | homosexual, gay serial killer, murder, serial killer, homosexuality | In celebration of Season 2 being released soon, the Glitch Productions team put all of Season 1 into a single movie to watch in one go. |
59 | Little Angel: Volume 1 | Yes | 2023-04-28 | 120000000 | 163191 | 6 | Comedy | homosexual, gay serial killer, murder, serial killer, homosexuality | In celebration of Season 2 being released soon, the Glitch Productions team put all of Season 1 into a single movie to watch in one go. |
60 | Little Angel: Volume 1 | Yes | 2023-04-28 | 120000000 | 163191 | 6 | Crime | homosexual, gay serial killer, murder, serial killer, homosexuality | In celebration of Season 2 being released soon, the Glitch Productions team put all of Season 1 into a single movie to watch in one go. |
61 | PAW Patrol: Season 5 | No | 2023-03-08 | 118900000 | 251 | 1.6 | Short | norwegian army, nazi invasion of norway, winter, year 1940, man in uniform | Three young women looking for adventure get jobs on a dude ranch. |
62 | PAW Patrol: Season 5 | No | 2023-03-08 | 118900000 | 251 | 1.6 | Comedy | norwegian army, nazi invasion of norway, winter, year 1940, man in uniform | Three young women looking for adventure get jobs on a dude ranch. |
63 | Sex/Life: Season 1 | Yes | 2023-05-19 | 115800000 | 7057 | 7.4 | Biography | cgi animation, bounty hunter, alien, danger, laser gun | The trials and tribulations of criminal lawyer Jimmy McGill in the years leading up to his fateful run-in with Walter White and Jesse Pinkman. |
64 | Sex/Life: Season 1 | Yes | 2023-05-19 | 115800000 | 7057 | 7.4 | Crime | cgi animation, bounty hunter, alien, danger, laser gun | The trials and tribulations of criminal lawyer Jimmy McGill in the years leading up to his fateful run-in with Walter White and Jesse Pinkman. |
65 | Sex/Life: Season 1 | Yes | 2023-05-19 | 115800000 | 7057 | 7.4 | Drama | cgi animation, bounty hunter, alien, danger, laser gun | The trials and tribulations of criminal lawyer Jimmy McGill in the years leading up to his fateful run-in with Walter White and Jesse Pinkman. |
66 | We Have a Ghost | Yes | 2023-01-27 | 113600000 | 33179 | 6.9 | Action | dog, search, find, journey, father | An executive goes through an unexpected breakup, then accepting an assignment to go undercover and learn about the tourist industry in Vietnam. |
67 | We Have a Ghost | Yes | 2023-01-27 | 113600000 | 33179 | 6.9 | Drama | dog, search, find, journey, father | An executive goes through an unexpected breakup, then accepting an assignment to go undercover and learn about the tourist industry in Vietnam. |
68 | We Have a Ghost | Yes | 2023-01-27 | 113600000 | 33179 | 6.9 | History | dog, search, find, journey, father | An executive goes through an unexpected breakup, then accepting an assignment to go undercover and learn about the tourist industry in Vietnam. |
69 | Crash Landing on You: Season 1 // 사랑의 불시착: 시즌 1 | Yes | 2017-10-03 | 102800000 | 66750 | 8.1 | Drama | tv special | A lawyer defending a wealthy man begins to believe his client is guilty of more than just one crime. |
70 | Crash Landing on You: Season 1 // 사랑의 불시착: 시즌 1 | Yes | 2017-10-03 | 102800000 | 66750 | 8.1 | War | tv special | A lawyer defending a wealthy man begins to believe his client is guilty of more than just one crime. |
71 | MH370: The Plane That Disappeared: Limited Series | Yes | 2021-12-29 | 101700000 | 6886 | 5.5 | Action | party, teenager, sex comedy | Follows the tragedy in which terrorists detonated a bomb at the Boston Marathon's finish line; they carried out the attack by placing two homemade pressure-cooker bombs that resulted in three fatalities and numerous injuries. |
72 | MH370: The Plane That Disappeared: Limited Series | Yes | 2021-12-29 | 101700000 | 6886 | 5.5 | Adventure | party, teenager, sex comedy | Follows the tragedy in which terrorists detonated a bomb at the Boston Marathon's finish line; they carried out the attack by placing two homemade pressure-cooker bombs that resulted in three fatalities and numerous injuries. |
73 | MH370: The Plane That Disappeared: Limited Series | Yes | 2021-12-29 | 101700000 | 6886 | 5.5 | Drama | party, teenager, sex comedy | Follows the tragedy in which terrorists detonated a bomb at the Boston Marathon's finish line; they carried out the attack by placing two homemade pressure-cooker bombs that resulted in three fatalities and numerous injuries. |
74 | Breaking Bad: Season 2 | No | 2022-11-23 | 99000000 | 259 | 5.9 | Short | prison | Im Hwa Ryeong, a prickly, sensitive and hot-tempered queen, tries to turn her trouble making princes into proper crown princes. |
75 | Breaking Bad: Season 2 | No | 2022-11-23 | 99000000 | 259 | 5.9 | Biography | prison | Im Hwa Ryeong, a prickly, sensitive and hot-tempered queen, tries to turn her trouble making princes into proper crown princes. |
76 | Breaking Bad: Season 2 | No | 2022-11-23 | 99000000 | 259 | 5.9 | Drama | prison | Im Hwa Ryeong, a prickly, sensitive and hot-tempered queen, tries to turn her trouble making princes into proper crown princes. |
77 | Lockwood & Co.: Season 1 | Yes | 2022-12-21 | 97800000 | 26 | 7.1 | Comedy | party, teenager, sex comedy | It's 1940's Australia and siblings Maggie and Charles must endure taunts of newly enlisted teenagers, grapple with the fact that neither of them can fight in the war and resort to chess in order to pass the time. |
78 | Lockwood & Co.: Season 1 | Yes | 2022-12-21 | 97800000 | 26 | 7.1 | Talk-Show | party, teenager, sex comedy | It's 1940's Australia and siblings Maggie and Charles must endure taunts of newly enlisted teenagers, grapple with the fact that neither of them can fight in the war and resort to chess in order to pass the time. |
79 | You: Season 3 | Yes | 2022-05-20 | 97600000 | 7 | 8.7 | Animation | female full frontal nudity, female nudity, female frontal nudity, sex scene, country in title | Elliott, a young fisherman with an extraordinary voice, gets the chance of a lifetime when high-profile music manager Suzanne discovers him at a party. |
80 | You: Season 3 | Yes | 2022-05-20 | 97600000 | 7 | 8.7 | Comedy | female full frontal nudity, female nudity, female frontal nudity, sex scene, country in title | Elliott, a young fisherman with an extraordinary voice, gets the chance of a lifetime when high-profile music manager Suzanne discovers him at a party. |
81 | You: Season 3 | Yes | 2022-05-20 | 97600000 | 7 | 8.7 | SciFi | female full frontal nudity, female nudity, female frontal nudity, sex scene, country in title | Elliott, a young fisherman with an extraordinary voice, gets the chance of a lifetime when high-profile music manager Suzanne discovers him at a party. |
82 | Breaking Bad: Season 5 | No | 2023-01-19 | 95100000 | 840 | 7.5 | Drama | french, vacation, europe, chest hair, male nudity | Elliott, a young fisherman with an extraordinary voice, gets the chance of a lifetime when high-profile music manager Suzanne discovers him at a party. |
83 | Welcome to Eden: Season 2 // Bienvenidos a Edén: Temporada 2 | Yes | 2022-01-28 | 94600000 | 237 | 9.3 | Documentary | bikini, women, young, f rated, best friend | The relationship of a well-known journalist and a down-to-earth teacher goes through hard times when she takes a new job. |
84 | Welcome to Eden: Season 2 // Bienvenidos a Edén: Temporada 2 | Yes | 2022-01-28 | 94600000 | 237 | 9.3 | Short | bikini, women, young, f rated, best friend | The relationship of a well-known journalist and a down-to-earth teacher goes through hard times when she takes a new job. |
85 | CoComelon: Season 2 | No | 2023-03-24 | 92900000 | 43782 | 4.9 | Action | lawyer, spin off, psychosomatic illness, criminal lawyer, drug trade | In spite of their many differences, Cassie, a struggling singer-songwriter, and Luke, a troubled Marine, agree to marry solely for military benefits, but when tragedy strikes, the line between real and pretend begins to blur. |
86 | CoComelon: Season 2 | No | 2023-03-24 | 92900000 | 43782 | 4.9 | Adventure | lawyer, spin off, psychosomatic illness, criminal lawyer, drug trade | In spite of their many differences, Cassie, a struggling singer-songwriter, and Luke, a troubled Marine, agree to marry solely for military benefits, but when tragedy strikes, the line between real and pretend begins to blur. |
87 | CoComelon: Season 2 | No | 2023-03-24 | 92900000 | 43782 | 4.9 | Drama | lawyer, spin off, psychosomatic illness, criminal lawyer, drug trade | In spite of their many differences, Cassie, a struggling singer-songwriter, and Luke, a troubled Marine, agree to marry solely for military benefits, but when tragedy strikes, the line between real and pretend begins to blur. |
88 | The Blacklist: Season 1 | No | 2020-12-10 | 92200000 | 148405 | 7.9 | Biography | male nudity, quirky comedy, love, island, escape | Two rival newsreel photographers join forces to find an aviatrix's missing brother, who has disappeared in the Amazon rainforest. |
89 | The Blacklist: Season 1 | No | 2020-12-10 | 92200000 | 148405 | 7.9 | Crime | male nudity, quirky comedy, love, island, escape | Two rival newsreel photographers join forces to find an aviatrix's missing brother, who has disappeared in the Amazon rainforest. |
90 | The Blacklist: Season 1 | No | 2020-12-10 | 92200000 | 148405 | 7.9 | Drama | male nudity, quirky comedy, love, island, escape | Two rival newsreel photographers join forces to find an aviatrix's missing brother, who has disappeared in the Amazon rainforest. |
91 | Shadow and Bone: Season 1 | Yes | 2021-05-31 | 91400000 | 16109 | 6.6 | Drama | anglo saxon, kingdom, exploration, warrior, epic | A woman's life is turned upside-down when a dangerous man gets hold of her lost cell phone and uses it to track her every move. |
92 | Shadow and Bone: Season 1 | Yes | 2021-05-31 | 91400000 | 16109 | 6.6 | History | anglo saxon, kingdom, exploration, warrior, epic | A woman's life is turned upside-down when a dangerous man gets hold of her lost cell phone and uses it to track her every move. |
93 | Shadow and Bone: Season 1 | Yes | 2021-05-31 | 91400000 | 16109 | 6.6 | War | anglo saxon, kingdom, exploration, warrior, epic | A woman's life is turned upside-down when a dangerous man gets hold of her lost cell phone and uses it to track her every move. |
94 | You: Season 2 | Yes | 2017-08-31 | 86100000 | 11869 | 8.4 | Short | school, hero, academy, master, witch | The trials and tribulations of criminal lawyer Jimmy McGill in the years leading up to his fateful run-in with Walter White and Jesse Pinkman. |
95 | All of Us Are Dead: Season 1 // 지금 우리 학교는: 시즌 1 | Yes | 2022-11-15 | 85400000 | 193 | 6.6 | Documentary | donghua, chinese animation, chinese anime, team sports, basketball | This shocking documentary chronicles a happy-go-lucky nomad's ascent to viral stardom and the steep downward spiral that resulted in his imprisonment. |
96 | Black Knight: Season 1 // 택배기사: 시즌 1 | Yes | 2023-04-13 | 84600000 | 49 | 6.8 | Comedy | performer, fisherman, song, life, manager | A quirky, dysfunctional family's road trip is upended when they find themselves in the middle of the robot apocalypse and suddenly become humanity's unlikeliest last hope. |
97 | Breaking Bad: Season 4 | No | 2017-07-23 | 84400000 | 11869 | 8.4 | Short | performer, fisherman, song, life, manager | Deep in the Dovre mountain, something gigantic wakes up after a thousand years in captivity. The creature destroys everything in its path and quickly approaches Oslo. |
98 | Obsession: Limited Series | Yes | 2023-01-20 | 83600000 | 8953 | 6.8 | Adventure | educational film, world war two, enemy, japanese soldier, training film | Comedian Chris Rock performs a live stand-up special in Baltimore, Maryland. |
99 | Obsession: Limited Series | Yes | 2023-01-20 | 83600000 | 8953 | 6.8 | Biography | educational film, world war two, enemy, japanese soldier, training film | Comedian Chris Rock performs a live stand-up special in Baltimore, Maryland. |
100 | Obsession: Limited Series | Yes | 2023-01-20 | 83600000 | 8953 | 6.8 | Drama | educational film, world war two, enemy, japanese soldier, training film | Comedian Chris Rock performs a live stand-up special in Baltimore, Maryland. |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Number of shows released per year
SELECT
YEAR(releasedate) AS year,
COUNT(title) AS number_of_shows
FROM
student.netflix2023
GROUP BY
YEAR(releasedate)
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070912_4da3cfbb-0244-4969-b691-70910314a8d2): -- Number of shows released per year SELECT YEAR(releasedate) AS year, COUNT(title) AS number_of_shows FROM student.netflix2023 GROUP BY YEAR(releasedate) ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:number_of_shows, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070912_4da3cfbb-0244-4969-b691-70910314a8d2); Time taken: 0.051 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070912_4da3cfbb-0244-4969-b691-70910314a8d2): -- Number of shows released per year SELECT YEAR(releasedate) AS year, COUNT(title) AS number_of_shows FROM student.netflix2023 GROUP BY YEAR(releasedate) ORDER BY year ASC INFO : Query ID = hive_20240327070912_4da3cfbb-0244-4969-b691-70910314a8d2 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Number of shows released per year S...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327070912_4da3cfbb-0244-4969-b691-70910314a8d2); Time taken: 5.008 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
- type
- x-axis
- region
- latitude
- y-axis
- value
- longitude
- group
- limit
- scatter size
- scatter group
- sorting
year | number_of_shows |
---|
year | number_of_shows | |
---|---|---|
1 | 2010 | 22 |
2 | 2011 | 9 |
3 | 2012 | 3 |
4 | 2013 | 35 |
5 | 2014 | 81 |
6 | 2015 | 223 |
7 | 2016 | 542 |
8 | 2017 | 1029 |
9 | 2018 | 1680 |
10 | 2019 | 2058 |
11 | 2020 | 2279 |
12 | 2021 | 2263 |
13 | 2022 | 2751 |
14 | 2023 | 954 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Total Number of Ratings per Genre
SELECT
genre,
SUM(numberofratings) AS total_ratings,
SUM(hoursviewed) AS total_hours_viewed
FROM
netflix2023_genre_exploded
GROUP BY
genre
ORDER BY
total_ratings DESC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070937_4fc4905b-1b11-4a47-838b-d17075297059): -- Total Number of Ratings per Genre SELECT genre, SUM(numberofratings) AS total_ratings, SUM(hoursviewed) AS total_hours_viewed FROM netflix2023_genre_exploded GROUP BY genre ORDER BY total_ratings DESC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:total_ratings, type:bigint, comment:null), FieldSchema(name:total_hours_viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070937_4fc4905b-1b11-4a47-838b-d17075297059); Time taken: 0.026 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070937_4fc4905b-1b11-4a47-838b-d17075297059): -- Total Number of Ratings per Genre SELECT genre, SUM(numberofratings) AS total_ratings, SUM(hoursviewed) AS total_hours_viewed FROM netflix2023_genre_exploded GROUP BY genre ORDER BY total_ratings DESC INFO : Query ID = hive_20240327070937_4fc4905b-1b11-4a47-838b-d17075297059 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Total Number of Ratings per Genre ...DESC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327070937_4fc4905b-1b11-4a47-838b-d17075297059); Time taken: 5.225 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
Drama
columns (4) | ||
---|---|---|
|
||
int | ||
genre | string | |
total_ratings | bigint | |
total_hours_viewed | bigint | |
No results found
|
genre | total_ratings | total_hours_viewed |
---|
genre | total_ratings | total_hours_viewed | |
---|---|---|---|
1 | Drama | 113480304 | 53497900000 |
2 | Comedy | 92107419 | 51425000000 |
3 | Action | 59637982 | 21657800000 |
4 | Short | 54298178 | 27529600000 |
5 | Adventure | 46325550 | 19450000000 |
6 | Crime | 44177663 | 21016100000 |
7 | Documentary | 41476533 | 23739200000 |
8 | Animation | 38349112 | 21014100000 |
9 | Romance | 21490265 | 16111500000 |
10 | Thriller | 20892671 | 10647000000 |
11 | Family | 18947974 | 8958800000 |
12 | Horror | 18922841 | 9596800000 |
13 | Mystery | 15970710 | 7194600000 |
14 | Biography | 13633205 | 7119600000 |
15 | History | 12720452 | 5780700000 |
16 | Sport | 12633959 | 4401600000 |
17 | Fantasy | 11349332 | 4877300000 |
18 | Music | 7300920 | 3948700000 |
19 | SciFi | 6804501 | 3320700000 |
20 | RealityTV | 5773887 | 4736900000 |
21 | War | 4466789 | 1307900000 |
22 | Musical | 4076207 | 2720700000 |
23 | Talk-Show | 3631799 | 1499800000 |
24 | Game-Show | 2247190 | 1511200000 |
25 | Western | 1268046 | 863200000 |
26 | News | 760307 | 291800000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Impact of Global Availability on Viewership and Ratings
SELECT
availableglobally,
AVG(hoursviewed) AS average_hours_viewed,
AVG(rating) AS average_rating
FROM
student.netflix2023
GROUP BY
availableglobally;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070947_a8005607-0112-4712-aa3f-7abf95207355): -- Impact of Global Availability on Viewership and Ratings SELECT availableglobally, AVG(hoursviewed) AS average_hours_viewed, AVG(rating) AS average_rating FROM student.netflix2023 GROUP BY availableglobally INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:availableglobally, type:string, comment:null), FieldSchema(name:average_hours_viewed, type:double, comment:null), FieldSchema(name:average_rating, type:double, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070947_a8005607-0112-4712-aa3f-7abf95207355); Time taken: 0.049 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070947_a8005607-0112-4712-aa3f-7abf95207355): -- Impact of Global Availability on Viewership and Ratings SELECT availableglobally, AVG(hoursviewed) AS average_hours_viewed, AVG(rating) AS average_rating FROM student.netflix2023 GROUP BY availableglobally INFO : Query ID = hive_20240327070947_a8005607-0112-4712-aa3f-7abf95207355 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Impact of Global Avai...availableglobally(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 INFO : Completed executing command(queryId=hive_20240327070947_a8005607-0112-4712-aa3f-7abf95207355); Time taken: 0.631 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
No
columns (4) | ||
---|---|---|
|
||
int | ||
availableglobally | string | |
average_hours_viewed | double | |
average_rating | double | |
No results found
|
availableglobally | average_hours_viewed | average_rating |
---|
availableglobally | average_hours_viewed | average_rating | |
---|---|---|---|
1 | No | 9093003.703333 | 6.6432862721538 |
2 | Yes | 15299415.94718131 | 6.611503301168082 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Attempt at creating buckets for rating categories
SELECT
availableglobally,
CASE
WHEN rating >= 8 THEN 'High'
WHEN rating >= 5 THEN 'Medium'
ELSE 'Low'
END AS rating_category,
COUNT(*) AS count
FROM
student.netflix2023
GROUP BY
availableglobally,
CASE
WHEN rating >= 8 THEN 'High'
WHEN rating >= 5 THEN 'Medium'
ELSE 'Low'
END
ORDER BY
availableglobally,
rating_category
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327070953_1cecf51d-c9e5-45a6-ad14-1c35743ebba4): SELECT availableglobally, CASE WHEN rating >= 8 THEN 'High' WHEN rating >= 5 THEN 'Medium' ELSE 'Low' END AS rating_category, COUNT(*) AS count FROM student.netflix2023 GROUP BY availableglobally, CASE WHEN rating >= 8 THEN 'High' WHEN rating >= 5 THEN 'Medium' ELSE 'Low' END ORDER BY availableglobally, rating_category INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:availableglobally, type:string, comment:null), FieldSchema(name:rating_category, type:string, comment:null), FieldSchema(name:count, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327070953_1cecf51d-c9e5-45a6-ad14-1c35743ebba4); Time taken: 0.08 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327070953_1cecf51d-c9e5-45a6-ad14-1c35743ebba4): SELECT availableglobally, CASE WHEN rating >= 8 THEN 'High' WHEN rating >= 5 THEN 'Medium' ELSE 'Low' END AS rating_category, COUNT(*) AS count FROM student.netflix2023 GROUP BY availableglobally, CASE WHEN rating >= 8 THEN 'High' WHEN rating >= 5 THEN 'Medium' ELSE 'Low' END ORDER BY availableglobally, rating_category INFO : Query ID = hive_20240327070953_1cecf51d-c9e5-45a6-ad14-1c35743ebba4 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: SELECT availableglobal...rating_category(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327070953_1cecf51d-c9e5-45a6-ad14-1c35743ebba4); Time taken: 0.839 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
No
columns (4) | ||
---|---|---|
|
||
int | ||
availableglobally | string | |
rating_category | string | |
count | bigint | |
No results found
|
availableglobally | rating_category | count |
---|
availableglobally | rating_category | count | |
---|---|---|---|
1 | No | High | 1575 |
2 | No | Low | 833 |
3 | No | Medium | 7583 |
4 | Yes | High | 631 |
5 | Yes | Low | 331 |
6 | Yes | Medium | 2976 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Most popular show per year by Hours Viewed
-- Uses Common Table Expression (CTE) for convenience and code reproducibility
-- Note: I used Row_number instead of Rank as many rows strangely had the
-- same hoursviewed
WITH RankedShows AS (
SELECT
YEAR(releasedate) AS year,
title,
hoursviewed,
ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY hoursviewed DESC) AS rank
FROM
student.netflix2023
)
SELECT
year,
title,
hoursviewed
FROM
RankedShows
WHERE
rank = 1
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071038_fcb9cd22-9b76-4d43-881c-7c39d079ed48): -- Most popular show per year by Hours Viewed -- Uses Common Table Expression (CTE) for convenience and code reproducibility -- Note: I used Row_number instead of Rank as many rows strangely had the -- same hoursviewed WITH RankedShows AS ( SELECT YEAR(releasedate) AS year, title, hoursviewed, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY hoursviewed DESC) AS rank FROM student.netflix2023 ) SELECT year, title, hoursviewed FROM RankedShows WHERE rank = 1 ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:title, type:string, comment:null), FieldSchema(name:hoursviewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071038_fcb9cd22-9b76-4d43-881c-7c39d079ed48); Time taken: 0.061 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071038_fcb9cd22-9b76-4d43-881c-7c39d079ed48): -- Most popular show per year by Hours Viewed -- Uses Common Table Expression (CTE) for convenience and code reproducibility -- Note: I used Row_number instead of Rank as many rows strangely had the -- same hoursviewed WITH RankedShows AS ( SELECT YEAR(releasedate) AS year, title, hoursviewed, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY hoursviewed DESC) AS rank FROM student.netflix2023 ) SELECT year, title, hoursviewed FROM RankedShows WHERE rank = 1 ORDER BY year ASC INFO : Query ID = hive_20240327071038_fcb9cd22-9b76-4d43-881c-7c39d079ed48 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Most popular show per year by Hours...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071038_fcb9cd22-9b76-4d43-881c-7c39d079ed48); Time taken: 5.359 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
columns (4) | ||
---|---|---|
|
||
int | ||
year | int | |
title | string | |
hoursviewed | bigint | |
No results found
|
year | title | hoursviewed |
---|
year | title | hoursviewed | |
---|---|---|---|
1 | 2010 | Chi mon chaton: Season 1 | 17600000 |
2 | 2011 | School Tales The Series: Season 1 // โรงเรียนผีมีอยู่ว่า...: ซีซั่น 1 | 94700000 |
3 | 2012 | Mallesham | 3500000 |
4 | 2013 | DAHMER: Monster: The Jeffrey Dahmer Story | 48800000 |
5 | 2014 | Ya Boy Kongming!: Season 1 // パリピ孔明: シーズン1 | 61100000 |
6 | 2015 | Pinky Malinky: Part 3 | 59900000 |
7 | 2016 | Muted: Limited Series // El silencio: Miniserie | 98500000 |
8 | 2017 | Crash Landing on You: Season 1 // 사랑의 불시착: 시즌 1 | 102800000 |
9 | 2018 | Jack the Giant Slayer | 123500000 |
10 | 2019 | Bridgerton: Season 2 | 120300000 |
11 | 2020 | Stretch Armstrong & the Flex Fighters: Season 2 | 184000000 |
12 | 2021 | Ginny & Georgia: Season 1 | 302100000 |
13 | 2022 | Sexy Beasts: Season 1 | 622800000 |
14 | 2023 | The Night Agent: Season 1 | 812100000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Most popular show per year by rating
WITH RankedShows AS (
SELECT
title,
YEAR(releasedate) AS year,
rating,
RANK() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC) AS rank
FROM
netflix2023
)
SELECT
year,
title,
rating
FROM
RankedShows
WHERE
rank = 1
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071050_5ce4c4a1-849a-4b4d-a62c-7a0dd10925bd): -- Most popular show per year by rating WITH RankedShows AS ( SELECT title, YEAR(releasedate) AS year, rating, RANK() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC) AS rank FROM netflix2023 ) SELECT year, title, rating FROM RankedShows WHERE rank = 1 ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:title, type:string, comment:null), FieldSchema(name:rating, type:double, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071050_5ce4c4a1-849a-4b4d-a62c-7a0dd10925bd); Time taken: 0.062 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071050_5ce4c4a1-849a-4b4d-a62c-7a0dd10925bd): -- Most popular show per year by rating WITH RankedShows AS ( SELECT title, YEAR(releasedate) AS year, rating, RANK() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC) AS rank FROM netflix2023 ) SELECT year, title, rating FROM RankedShows WHERE rank = 1 ORDER BY year ASC INFO : Query ID = hive_20240327071050_5ce4c4a1-849a-4b4d-a62c-7a0dd10925bd INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Most popular show per year by ratin...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071050_5ce4c4a1-849a-4b4d-a62c-7a0dd10925bd); Time taken: 0.972 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
year | title | rating |
---|
year | title | rating | |
---|---|---|---|
1 | 2010 | Guardian: The Lonely and Great God: Season 1 // 도깨비: 시즌1 | 8.4 |
2 | 2011 | The Myth // 神話 // 神话 | 8.1 |
3 | 2012 | African Queens: Njinga: Limited Series | 8.4 |
4 | 2013 | On Children: Season 1 // 你的孩子不是你的孩子: 第 1 季 | 8.9 |
5 | 2013 | Story of My Family!!!: Season 1 // 俺の家の話: シーズン1 | 8.9 |
6 | 2014 | Shiny_Flakes: The Teenage Drug Lord | 9.7 |
7 | 2015 | Naruto Shippuden: Season 10 // NARUTO -ナルト - 疾風伝: 五影編 | 9.3 |
8 | 2016 | The Dig | 9.9 |
9 | 2017 | Switch // ドラマスペシャル「スイッチ」 | 9.7 |
10 | 2017 | Confessions of an Invisible Girl // Confissões de uma Garota Excluída | 9.7 |
11 | 2017 | Overlord IV // オーバーロードⅣ | 9.7 |
12 | 2018 | Once Upon A Time: Season 1 // Pada Zaman Dahulu: Musim 1 | 10 |
13 | 2019 | Battle: Freestyle | 10 |
14 | 2020 | Geng: The Adventure Begins // Geng: Pengembaraan bermula | 9.9 |
15 | 2021 | XXX: State of the Union | 10 |
16 | 2022 | Barbie Epic Road Trip | 10 |
17 | 2022 | School of Roars: Season 1 | 10 |
18 | 2022 | Everything But a Man | 10 |
19 | 2023 | Switch // ドラマスペシャル「スイッチ」 | 9.7 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Rank by rating then hoursviewed
WITH RankedMovies AS (
SELECT
title,
YEAR(releasedate) AS year,
rating,
hoursviewed,
ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC, hoursviewed DESC) as rank
FROM
netflix2023
)
SELECT
year,
title,
rating,
hoursviewed
FROM
RankedMovies
WHERE
rank = 1
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071056_bed42334-d4c6-4a12-8b68-3364e8257ee1): -- Rank by rating then hoursviewed WITH RankedMovies AS ( SELECT title, YEAR(releasedate) AS year, rating, hoursviewed, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC, hoursviewed DESC) as rank FROM netflix2023 ) SELECT year, title, rating, hoursviewed FROM RankedMovies WHERE rank = 1 ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:title, type:string, comment:null), FieldSchema(name:rating, type:double, comment:null), FieldSchema(name:hoursviewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071056_bed42334-d4c6-4a12-8b68-3364e8257ee1); Time taken: 0.056 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071056_bed42334-d4c6-4a12-8b68-3364e8257ee1): -- Rank by rating then hoursviewed WITH RankedMovies AS ( SELECT title, YEAR(releasedate) AS year, rating, hoursviewed, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC, hoursviewed DESC) as rank FROM netflix2023 ) SELECT year, title, rating, hoursviewed FROM RankedMovies WHERE rank = 1 ORDER BY year ASC INFO : Query ID = hive_20240327071056_bed42334-d4c6-4a12-8b68-3364e8257ee1 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Rank by rating then hoursviewed WIT...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071056_bed42334-d4c6-4a12-8b68-3364e8257ee1); Time taken: 5.522 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
columns (5) | ||
---|---|---|
|
||
int | ||
year | int | |
title | string | |
rating | double | |
hoursviewed | bigint | |
No results found
|
year | title | rating | hoursviewed |
---|
year | title | rating | hoursviewed | |
---|---|---|---|---|
1 | 2010 | Guardian: The Lonely and Great God: Season 1 // 도깨비: 시즌1 | 8.4 | 11300000 |
2 | 2011 | The Myth // 神話 // 神话 | 8.1 | 94700000 |
3 | 2012 | African Queens: Njinga: Limited Series | 8.4 | 3500000 |
4 | 2013 | Story of My Family!!!: Season 1 // 俺の家の話: シーズン1 | 8.9 | 24700000 |
5 | 2014 | Shiny_Flakes: The Teenage Drug Lord | 9.7 | 4600000 |
6 | 2015 | Naruto Shippuden: Season 10 // NARUTO -ナルト - 疾風伝: 五影編 | 9.3 | 800000 |
7 | 2016 | The Dig | 9.9 | 600000 |
8 | 2017 | Overlord IV // オーバーロードⅣ | 9.7 | 1400000 |
9 | 2018 | Once Upon A Time: Season 1 // Pada Zaman Dahulu: Musim 1 | 10 | 600000 |
10 | 2019 | Battle: Freestyle | 10 | 5100000 |
11 | 2020 | Geng: The Adventure Begins // Geng: Pengembaraan bermula | 9.9 | 2600000 |
12 | 2021 | XXX: State of the Union | 10 | 6000000 |
13 | 2022 | Everything But a Man | 10 | 32100000 |
14 | 2023 | Switch // ドラマスペシャル「スイッチ」 | 9.7 | 300000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Total Hours Viewed over the years
SELECT
YEAR(releasedate) AS year,
SUM(hoursviewed) AS `Total Hours Viewed`
FROM
student.netflix2023
GROUP BY
YEAR(releasedate)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071106_97da438d-0215-44f6-88d0-e0344e680326): -- Total Hours Viewed over the years SELECT YEAR(releasedate) AS year, SUM(hoursviewed) AS `Total Hours Viewed` FROM student.netflix2023 GROUP BY YEAR(releasedate) INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:total hours viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071106_97da438d-0215-44f6-88d0-e0344e680326); Time taken: 0.048 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071106_97da438d-0215-44f6-88d0-e0344e680326): -- Total Hours Viewed over the years SELECT YEAR(releasedate) AS year, SUM(hoursviewed) AS `Total Hours Viewed` FROM student.netflix2023 GROUP BY YEAR(releasedate) INFO : Query ID = hive_20240327071106_97da438d-0215-44f6-88d0-e0344e680326 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Total Hours Viewed ov...YEAR(releasedate)(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 INFO : Completed executing command(queryId=hive_20240327071106_97da438d-0215-44f6-88d0-e0344e680326); Time taken: 0.744 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
- type
- x-axis
- region
- latitude
- y-axis
- value
- longitude
- group
- limit
- scatter size
- scatter group
- sorting
year | total hours viewed |
---|
year | total hours viewed | |
---|---|---|
1 | 2010 | 182900000 |
2 | 2011 | 321000000 |
3 | 2012 | 10500000 |
4 | 2013 | 417600000 |
5 | 2014 | 779500000 |
6 | 2015 | 1728500000 |
7 | 2016 | 3629600000 |
8 | 2017 | 6409500000 |
9 | 2018 | 7599500000 |
10 | 2019 | 10455500000 |
11 | 2020 | 14430400000 |
12 | 2021 | 18113100000 |
13 | 2022 | 38196700000 |
14 | 2023 | 48823000000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Common Table Expression (CTE)
WITH RankedMovies AS (
SELECT
title,
YEAR(releasedate) AS year,
rating,
RANK() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC) AS rank
FROM
netflix2023
)
SELECT
year,
title,
rating
FROM
RankedMovies
WHERE
rank = 1
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071113_342d1747-9d11-4822-b38a-e4b25f410eff): -- Common Table Expression (CTE) WITH RankedMovies AS ( SELECT title, YEAR(releasedate) AS year, rating, RANK() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC) AS rank FROM netflix2023 ) SELECT year, title, rating FROM RankedMovies WHERE rank = 1 ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:title, type:string, comment:null), FieldSchema(name:rating, type:double, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071113_342d1747-9d11-4822-b38a-e4b25f410eff); Time taken: 0.052 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071113_342d1747-9d11-4822-b38a-e4b25f410eff): -- Common Table Expression (CTE) WITH RankedMovies AS ( SELECT title, YEAR(releasedate) AS year, rating, RANK() OVER (PARTITION BY YEAR(releasedate) ORDER BY rating DESC) AS rank FROM netflix2023 ) SELECT year, title, rating FROM RankedMovies WHERE rank = 1 ORDER BY year ASC INFO : Query ID = hive_20240327071113_342d1747-9d11-4822-b38a-e4b25f410eff INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Common Table Expression (CTE) WITH ...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071113_342d1747-9d11-4822-b38a-e4b25f410eff); Time taken: 1.007 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
year | title | rating |
---|
year | title | rating | |
---|---|---|---|
1 | 2010 | Guardian: The Lonely and Great God: Season 1 // 도깨비: 시즌1 | 8.4 |
2 | 2011 | The Myth // 神話 // 神话 | 8.1 |
3 | 2012 | African Queens: Njinga: Limited Series | 8.4 |
4 | 2013 | On Children: Season 1 // 你的孩子不是你的孩子: 第 1 季 | 8.9 |
5 | 2013 | Story of My Family!!!: Season 1 // 俺の家の話: シーズン1 | 8.9 |
6 | 2014 | Shiny_Flakes: The Teenage Drug Lord | 9.7 |
7 | 2015 | Naruto Shippuden: Season 10 // NARUTO -ナルト - 疾風伝: 五影編 | 9.3 |
8 | 2016 | The Dig | 9.9 |
9 | 2017 | Switch // ドラマスペシャル「スイッチ」 | 9.7 |
10 | 2017 | Confessions of an Invisible Girl // Confissões de uma Garota Excluída | 9.7 |
11 | 2017 | Overlord IV // オーバーロードⅣ | 9.7 |
12 | 2018 | Once Upon A Time: Season 1 // Pada Zaman Dahulu: Musim 1 | 10 |
13 | 2019 | Battle: Freestyle | 10 |
14 | 2020 | Geng: The Adventure Begins // Geng: Pengembaraan bermula | 9.9 |
15 | 2021 | XXX: State of the Union | 10 |
16 | 2022 | Barbie Epic Road Trip | 10 |
17 | 2022 | School of Roars: Season 1 | 10 |
18 | 2022 | Everything But a Man | 10 |
19 | 2023 | Switch // ドラマスペシャル「スイッチ」 | 9.7 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Hours Viewed per Genre
SELECT
genre,
SUM(hoursviewed) AS total_hours_viewed
FROM
netflix2023_genre_exploded
GROUP BY
genre
ORDER BY
total_hours_viewed DESC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071119_d9dfe93b-53ef-4faa-bfa2-ce399a142b8f): -- Hours Viewed per Genre SELECT genre, SUM(hoursviewed) AS total_hours_viewed FROM netflix2023_genre_exploded GROUP BY genre ORDER BY total_hours_viewed DESC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:total_hours_viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071119_d9dfe93b-53ef-4faa-bfa2-ce399a142b8f); Time taken: 0.025 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071119_d9dfe93b-53ef-4faa-bfa2-ce399a142b8f): -- Hours Viewed per Genre SELECT genre, SUM(hoursviewed) AS total_hours_viewed FROM netflix2023_genre_exploded GROUP BY genre ORDER BY total_hours_viewed DESC INFO : Query ID = hive_20240327071119_d9dfe93b-53ef-4faa-bfa2-ce399a142b8f INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Hours Viewed per Genre SELECT ...DESC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071119_d9dfe93b-53ef-4faa-bfa2-ce399a142b8f); Time taken: 1.038 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
Drama
- value
- legend
- group
- limit
- scatter size
- scatter group
- sorting
genre | total_hours_viewed |
---|
genre | total_hours_viewed | |
---|---|---|
1 | Drama | 53497900000 |
2 | Comedy | 51425000000 |
3 | Short | 27529600000 |
4 | Documentary | 23739200000 |
5 | Action | 21657800000 |
6 | Crime | 21016100000 |
7 | Animation | 21014100000 |
8 | Adventure | 19450000000 |
9 | Romance | 16111500000 |
10 | Thriller | 10647000000 |
11 | Horror | 9596800000 |
12 | Family | 8958800000 |
13 | Mystery | 7194600000 |
14 | Biography | 7119600000 |
15 | History | 5780700000 |
16 | Fantasy | 4877300000 |
17 | RealityTV | 4736900000 |
18 | Sport | 4401600000 |
19 | Music | 3948700000 |
20 | SciFi | 3320700000 |
21 | Musical | 2720700000 |
22 | Game-Show | 1511200000 |
23 | Talk-Show | 1499800000 |
24 | War | 1307900000 |
25 | Western | 863200000 |
26 | News | 291800000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Most popular genre by "Total Hours Viewed"
WITH YearlyGenreStats AS (
SELECT
YEAR(releasedate) AS year,
genre,
SUM(hoursviewed) AS total_hours_viewed,
ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY SUM(hoursviewed) DESC) AS genre_rank
FROM
student.netflix2023_genre_exploded
GROUP BY
YEAR(releasedate),
genre
)
SELECT
year,
genre,
total_hours_viewed
FROM
YearlyGenreStats
WHERE
genre_rank = 1
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071126_9d847c71-9472-444a-9aee-79c5a72cd6ad): -- Most popular genre by "Total Hours Viewed" WITH YearlyGenreStats AS ( SELECT YEAR(releasedate) AS year, genre, SUM(hoursviewed) AS total_hours_viewed, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY SUM(hoursviewed) DESC) AS genre_rank FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre ) SELECT year, genre, total_hours_viewed FROM YearlyGenreStats WHERE genre_rank = 1 ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:total_hours_viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071126_9d847c71-9472-444a-9aee-79c5a72cd6ad); Time taken: 0.029 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071126_9d847c71-9472-444a-9aee-79c5a72cd6ad): -- Most popular genre by "Total Hours Viewed" WITH YearlyGenreStats AS ( SELECT YEAR(releasedate) AS year, genre, SUM(hoursviewed) AS total_hours_viewed, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY SUM(hoursviewed) DESC) AS genre_rank FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre ) SELECT year, genre, total_hours_viewed FROM YearlyGenreStats WHERE genre_rank = 1 ORDER BY year ASC INFO : Query ID = hive_20240327071126_9d847c71-9472-444a-9aee-79c5a72cd6ad INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Most popular genre by "Total Hours ...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 Reducer 4: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 Reducer 4: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 Reducer 4: 1/1 INFO : Completed executing command(queryId=hive_20240327071126_9d847c71-9472-444a-9aee-79c5a72cd6ad); Time taken: 0.887 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
- type
- x-axis
- region
- latitude
- y-axis
- value
- longitude
- group
- limit
- scatter size
- scatter group
- sorting
year | genre | total_hours_viewed |
---|
year | genre | total_hours_viewed | |
---|---|---|---|
1 | 2010 | Comedy | 77000000 |
2 | 2011 | Thriller | 189400000 |
3 | 2012 | Biography | 3500000 |
4 | 2013 | Comedy | 196200000 |
5 | 2014 | Drama | 226300000 |
6 | 2015 | Comedy | 597500000 |
7 | 2016 | Drama | 1320200000 |
8 | 2017 | Comedy | 2226100000 |
9 | 2018 | Drama | 2790800000 |
10 | 2019 | Comedy | 3533700000 |
11 | 2020 | Drama | 4884300000 |
12 | 2021 | Comedy | 5746600000 |
13 | 2022 | Drama | 15027600000 |
14 | 2023 | Comedy | 18941400000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Average Ratings per Genre
SELECT
genre,
AVG(rating) AS average_rating
FROM
student.netflix2023_genre_exploded
GROUP BY
genre
ORDER BY
average_rating DESC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071150_c84ce789-ad28-4e7a-ac90-6d6f128f41ec): -- Average Ratings per Genre SELECT genre, AVG(rating) AS average_rating FROM student.netflix2023_genre_exploded GROUP BY genre ORDER BY average_rating DESC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:average_rating, type:double, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071150_c84ce789-ad28-4e7a-ac90-6d6f128f41ec); Time taken: 0.026 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071150_c84ce789-ad28-4e7a-ac90-6d6f128f41ec): -- Average Ratings per Genre SELECT genre, AVG(rating) AS average_rating FROM student.netflix2023_genre_exploded GROUP BY genre ORDER BY average_rating DESC INFO : Query ID = hive_20240327071150_c84ce789-ad28-4e7a-ac90-6d6f128f41ec INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Average Ratings per Genre SELECT ...DESC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071150_c84ce789-ad28-4e7a-ac90-6d6f128f41ec); Time taken: 5.194 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
Talk-Show
- type
- x-axis
- region
- latitude
- y-axis
- value
- longitude
- group
- limit
- scatter size
- scatter group
- sorting
genre | average_rating |
---|
genre | average_rating | |
---|---|---|
1 | Talk-Show | 6.8392592592592605 |
2 | Sport | 6.82505747126437 |
3 | Western | 6.818644067796608 |
4 | Short | 6.706103476151984 |
5 | Documentary | 6.695567750105522 |
6 | Music | 6.694811320754716 |
7 | Romance | 6.692386185243321 |
8 | History | 6.68609958506224 |
9 | Biography | 6.642251461988308 |
10 | Crime | 6.637763833428408 |
11 | Drama | 6.637176814011687 |
12 | Animation | 6.636291179596166 |
13 | Thriller | 6.626824034334765 |
14 | Action | 6.623863080684602 |
15 | Adventure | 6.622114347357062 |
16 | War | 6.615909090909091 |
17 | Horror | 6.609758897818587 |
18 | Comedy | 6.587598216181785 |
19 | Family | 6.571942446043174 |
20 | Fantasy | 6.5709473684210495 |
21 | SciFi | 6.535405405405402 |
22 | RealityTV | 6.5162291169451025 |
23 | Mystery | 6.509907120743031 |
24 | Musical | 6.496226415094342 |
25 | Game-Show | 6.469924812030077 |
26 | News | 6.437254901960782 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Most popular genre per year by "Average rating"
WITH YearlyGenreRatings AS (
SELECT
YEAR(releasedate) AS year,
genre,
ROUND(AVG(rating), 2) AS average_rating,
ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY AVG(rating) DESC) AS rank
FROM
student.netflix2023_genre_exploded
GROUP BY
YEAR(releasedate),
genre
)
SELECT
year,
genre,
average_rating
FROM
YearlyGenreRatings
WHERE
rank = 1
ORDER BY
year ASC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071205_798f7826-99a7-4d05-ab3d-09601f010832): -- Most popular genre per year by "Average rating" WITH YearlyGenreRatings AS ( SELECT YEAR(releasedate) AS year, genre, ROUND(AVG(rating), 2) AS average_rating, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY AVG(rating) DESC) AS rank FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre ) SELECT year, genre, average_rating FROM YearlyGenreRatings WHERE rank = 1 ORDER BY year ASC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:average_rating, type:double, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071205_798f7826-99a7-4d05-ab3d-09601f010832); Time taken: 0.038 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071205_798f7826-99a7-4d05-ab3d-09601f010832): -- Most popular genre per year by "Average rating" WITH YearlyGenreRatings AS ( SELECT YEAR(releasedate) AS year, genre, ROUND(AVG(rating), 2) AS average_rating, ROW_NUMBER() OVER (PARTITION BY YEAR(releasedate) ORDER BY AVG(rating) DESC) AS rank FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre ) SELECT year, genre, average_rating FROM YearlyGenreRatings WHERE rank = 1 ORDER BY year ASC INFO : Query ID = hive_20240327071205_798f7826-99a7-4d05-ab3d-09601f010832 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Most popular genre per year by "Ave...ASC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 Reducer 4: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 Reducer 4: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 Reducer 4: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 Reducer 4: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 Reducer 4: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 Reducer 4: 1/1 INFO : Completed executing command(queryId=hive_20240327071205_798f7826-99a7-4d05-ab3d-09601f010832); Time taken: 5.77 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
columns (4) | ||
---|---|---|
|
||
int | ||
year | int | |
genre | string | |
average_rating | double | |
No results found
|
year | genre | average_rating |
---|
year | genre | average_rating | |
---|---|---|---|
1 | 2010 | History | 7.8 |
2 | 2011 | Family | 8.1 |
3 | 2012 | Biography | 8.4 |
4 | 2013 | Mystery | 8.2 |
5 | 2014 | Music | 7.93 |
6 | 2015 | Western | 7.85 |
7 | 2016 | Talk-Show | 7.3 |
8 | 2017 | Music | 7.01 |
9 | 2018 | Western | 7.22 |
10 | 2019 | Talk-Show | 6.98 |
11 | 2020 | News | 6.95 |
12 | 2021 | Western | 7.04 |
13 | 2022 | Western | 7.06 |
14 | 2023 | Talk-Show | 8.11 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Genre Popularity Over Time: Comedy
SELECT
YEAR(releasedate) AS year,
SUM(hoursviewed) AS total_hours_viewed
FROM
student.netflix2023_genre_exploded
GROUP BY
YEAR(releasedate),
genre
HAVING
genre = "Comedy"
ORDER BY
year ASC,
total_hours_viewed DESC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071217_93cc1833-b796-474b-831c-88ef53f697dc): -- Genre Popularity Over Time: Comedy SELECT YEAR(releasedate) AS year, SUM(hoursviewed) AS total_hours_viewed FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre HAVING genre = "Comedy" ORDER BY year ASC, total_hours_viewed DESC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:total_hours_viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071217_93cc1833-b796-474b-831c-88ef53f697dc); Time taken: 0.026 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071217_93cc1833-b796-474b-831c-88ef53f697dc): -- Genre Popularity Over Time: Comedy SELECT YEAR(releasedate) AS year, SUM(hoursviewed) AS total_hours_viewed FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre HAVING genre = "Comedy" ORDER BY year ASC, total_hours_viewed DESC INFO : Query ID = hive_20240327071217_93cc1833-b796-474b-831c-88ef53f697dc INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Genre Popularity Over Time: Comedy...DESC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071217_93cc1833-b796-474b-831c-88ef53f697dc); Time taken: 1.201 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
columns (3) | ||
---|---|---|
|
||
int | ||
year | int | |
total_hours_viewed | bigint | |
No results found
|
year | total_hours_viewed |
---|
year | total_hours_viewed | |
---|---|---|
1 | 2010 | 77000000 |
2 | 2011 | 111800000 |
3 | 2012 | 3500000 |
4 | 2013 | 196200000 |
5 | 2014 | 156000000 |
6 | 2015 | 597500000 |
7 | 2016 | 1296200000 |
8 | 2017 | 2226100000 |
9 | 2018 | 2475200000 |
10 | 2019 | 3533700000 |
11 | 2020 | 4579900000 |
12 | 2021 | 5746600000 |
13 | 2022 | 11483900000 |
14 | 2023 | 18941400000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Genre Popularity Over Time: Drama
SELECT
YEAR(releasedate) AS year,
genre,
SUM(hoursviewed) AS total_hours_viewed
FROM
student.netflix2023_genre_exploded
GROUP BY
YEAR(releasedate),
genre
HAVING
genre = "Drama"
ORDER BY
year ASC,
total_hours_viewed DESC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071241_b1349af3-cbff-437e-b499-75d08a994795): -- Genre Popularity Over Time: Drama SELECT YEAR(releasedate) AS year, genre, SUM(hoursviewed) AS total_hours_viewed FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre HAVING genre = "Drama" ORDER BY year ASC, total_hours_viewed DESC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:total_hours_viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071241_b1349af3-cbff-437e-b499-75d08a994795); Time taken: 0.026 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071241_b1349af3-cbff-437e-b499-75d08a994795): -- Genre Popularity Over Time: Drama SELECT YEAR(releasedate) AS year, genre, SUM(hoursviewed) AS total_hours_viewed FROM student.netflix2023_genre_exploded GROUP BY YEAR(releasedate), genre HAVING genre = "Drama" ORDER BY year ASC, total_hours_viewed DESC INFO : Query ID = hive_20240327071241_b1349af3-cbff-437e-b499-75d08a994795 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Genre Popularity Over Time: Drama ...DESC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071241_b1349af3-cbff-437e-b499-75d08a994795); Time taken: 5.447 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2010
columns (4) | ||
---|---|---|
|
||
int | ||
year | int | |
genre | string | |
total_hours_viewed | bigint | |
No results found
|
year | genre | total_hours_viewed |
---|
year | genre | total_hours_viewed | |
---|---|---|---|
1 | 2010 | Drama | 18300000 |
2 | 2011 | Drama | 107000000 |
3 | 2012 | Drama | 3500000 |
4 | 2013 | Drama | 104600000 |
5 | 2014 | Drama | 226300000 |
6 | 2015 | Drama | 573800000 |
7 | 2016 | Drama | 1320200000 |
8 | 2017 | Drama | 2038900000 |
9 | 2018 | Drama | 2790800000 |
10 | 2019 | Drama | 3280600000 |
11 | 2020 | Drama | 4884300000 |
12 | 2021 | Drama | 5705100000 |
13 | 2022 | Drama | 15027600000 |
14 | 2023 | Drama | 17416900000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- Keyword Analysis for High-Performing Titles
WITH HighPerformingTitles AS (
SELECT
keywords,
RANK() OVER (ORDER BY hoursviewed DESC) AS rank
FROM
student.netflix2023
)
SELECT
keywords
FROM
HighPerformingTitles
WHERE
rank <= 10;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071252_7f460b04-1642-40a3-b1a8-e2adb28965ef): -- Keyword Analysis for High-Performing Titles WITH HighPerformingTitles AS ( SELECT keywords, RANK() OVER (ORDER BY hoursviewed DESC) AS rank FROM student.netflix2023 ) SELECT keywords FROM HighPerformingTitles WHERE rank <= 10 INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:keywords, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071252_7f460b04-1642-40a3-b1a8-e2adb28965ef); Time taken: 0.051 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071252_7f460b04-1642-40a3-b1a8-e2adb28965ef): -- Keyword Analysis for High-Performing Titles WITH HighPerformingTitles AS ( SELECT keywords, RANK() OVER (ORDER BY hoursviewed DESC) AS rank FROM student.netflix2023 ) SELECT keywords FROM HighPerformingTitles WHERE rank <= 10 INFO : Query ID = hive_20240327071252_7f460b04-1642-40a3-b1a8-e2adb28965ef INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- Keyword Analysis for High-Performing...10(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 INFO : Completed executing command(queryId=hive_20240327071252_7f460b04-1642-40a3-b1a8-e2adb28965ef); Time taken: 0.608 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
dystopia, rebellion, revolution, brainwashing, execution
columns (2) | ||
---|---|---|
|
||
int | ||
keywords | string | |
No results found
|
keywords |
---|
keywords | |
---|---|
1 | dystopia, rebellion, revolution, brainwashing, execution |
2 | intruder, executive, losing a job, berserk, jealousy |
3 | persian empire, empire, 5th century b.c., achaemenid empire, persia |
4 | producer, three word title, headstrong, arranged marriage, mother |
5 | revenge, vengeance, lesbian, musician, female musical prodigy |
6 | tv special, halloween, reenactment, halloween costume, trick or treating |
7 | poetry, spain |
8 | prequel, queen, historical, england, queen charlotte character |
9 | dinosaur, jurassic park, pink haired girl, computer animation, black haired girl |
10 | christmas, coming out, holidays, lesbian relationship, lesbian |
11 | money |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- "How does the release timing of shows and movies (by season or quarter) affect their viewership and ratings, and how does this vary across different genres?"
-- extracting the release quarter, aggregating viewership and ratings data by quarter and genre,
-- and then analyzing the results to identify trends or patterns
-- Note: this is only an initial exploration, and not a fully fleshed out answer (which would take deeper investigation)
SELECT
genre,
CONCAT('Q', CEIL(MONTH(releasedate)/3)) AS release_quarter, -- Determine the release quarter
YEAR(releasedate) AS year,
AVG(hoursviewed) AS average_hours_viewed,
AVG(rating) AS average_rating,
COUNT(*) AS number_of_titles
FROM
student.netflix2023_genre_exploded
GROUP BY
genre,
YEAR(releasedate),
CONCAT('Q', CEIL(MONTH(releasedate)/3))
ORDER BY
genre,
year,
release_quarter;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071300_385eaf27-9a18-4f92-92cb-baf3bc3f9f53): -- "How does the release timing of shows and movies (by season or quarter) affect their viewership and ratings, and how does this vary across different genres?" -- extracting the release quarter, aggregating viewership and ratings data by quarter and genre, -- and then analyzing the results to identify trends or patterns SELECT genre, CONCAT('Q', CEIL(MONTH(releasedate)/3)) AS release_quarter, -- Determine the release quarter YEAR(releasedate) AS year, AVG(hoursviewed) AS average_hours_viewed, AVG(rating) AS average_rating, COUNT(*) AS number_of_titles FROM student.netflix2023_genre_exploded GROUP BY genre, YEAR(releasedate), CONCAT('Q', CEIL(MONTH(releasedate)/3)) ORDER BY genre, year, release_quarter INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:genre, type:string, comment:null), FieldSchema(name:release_quarter, type:string, comment:null), FieldSchema(name:year, type:int, comment:null), FieldSchema(name:average_hours_viewed, type:double, comment:null), FieldSchema(name:average_rating, type:double, comment:null), FieldSchema(name:number_of_titles, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071300_385eaf27-9a18-4f92-92cb-baf3bc3f9f53); Time taken: 0.025 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071300_385eaf27-9a18-4f92-92cb-baf3bc3f9f53): -- "How does the release timing of shows and movies (by season or quarter) affect their viewership and ratings, and how does this vary across different genres?" -- extracting the release quarter, aggregating viewership and ratings data by quarter and genre, -- and then analyzing the results to identify trends or patterns SELECT genre, CONCAT('Q', CEIL(MONTH(releasedate)/3)) AS release_quarter, -- Determine the release quarter YEAR(releasedate) AS year, AVG(hoursviewed) AS average_hours_viewed, AVG(rating) AS average_rating, COUNT(*) AS number_of_titles FROM student.netflix2023_genre_exploded GROUP BY genre, YEAR(releasedate), CONCAT('Q', CEIL(MONTH(releasedate)/3)) ORDER BY genre, year, release_quarter INFO : Query ID = hive_20240327071300_385eaf27-9a18-4f92-92cb-baf3bc3f9f53 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: -- "How does the release t...release_quarter(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071300_385eaf27-9a18-4f92-92cb-baf3bc3f9f53); Time taken: 1.334 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
SciFi
columns (7) | ||
---|---|---|
|
||
int | ||
genre | string | |
release_quarter | string | |
year | int | |
average_hours_viewed | double | |
average_rating | double | |
number_of_titles | bigint | |
No results found
|
genre | release_quarter | year | average_hours_viewed | average_rating | number_of_titles |
---|
genre | release_quarter | year | average_hours_viewed | average_rating | number_of_titles | |
---|---|---|---|---|---|---|
1 | SciFi | Q1 | 2015 | 5300000 | 7 | 1 |
2 | SciFi | Q3 | 2015 | 2700000 | 7.85 | 2 |
3 | SciFi | Q4 | 2015 | 1900000 | 7.8 | 3 |
4 | SciFi | Q1 | 2016 | 833333.3333333334 | 6.2 | 3 |
5 | SciFi | Q2 | 2016 | 5700000 | 6.15 | 2 |
6 | SciFi | Q3 | 2016 | 1200000 | 5.5 | 1 |
7 | SciFi | Q4 | 2016 | 16480000 | 5.959999999999999 | 5 |
8 | SciFi | Q1 | 2017 | 8362500 | 6.325 | 8 |
9 | SciFi | Q2 | 2017 | 1271428.5714285714 | 5.8999999999999995 | 7 |
10 | SciFi | Q3 | 2017 | 1450000 | 7.075 | 4 |
11 | SciFi | Q4 | 2017 | 4000000 | 6.033333333333333 | 9 |
12 | SciFi | Q1 | 2018 | 2218181.8181818184 | 6.863636363636363 | 11 |
13 | SciFi | Q2 | 2018 | 6792307.692307692 | 7.13846153846154 | 13 |
14 | SciFi | Q3 | 2018 | 4809090.909090909 | 6.609090909090909 | 11 |
15 | SciFi | Q4 | 2018 | 3784210.5263157897 | 6.694736842105263 | 19 |
16 | SciFi | Q1 | 2019 | 5026315.7894736845 | 6.3578947368421055 | 19 |
17 | SciFi | Q2 | 2019 | 2042857.142857143 | 6.614285714285714 | 7 |
18 | SciFi | Q3 | 2019 | 5854545.454545454 | 7.00909090909091 | 11 |
19 | SciFi | Q4 | 2019 | 6892857.142857143 | 6.457142857142857 | 14 |
20 | SciFi | Q1 | 2020 | 5441176.470588235 | 6.5058823529411764 | 17 |
21 | SciFi | Q2 | 2020 | 3600000 | 6.492857142857143 | 14 |
22 | SciFi | Q3 | 2020 | 7893333.333333333 | 6.2266666666666675 | 15 |
23 | SciFi | Q4 | 2020 | 6846666.666666667 | 7.046666666666668 | 15 |
24 | SciFi | Q1 | 2021 | 2108333.3333333335 | 6.933333333333333 | 12 |
25 | SciFi | Q2 | 2021 | 6100000 | 5.9363636363636365 | 11 |
26 | SciFi | Q3 | 2021 | 8695000 | 6.035 | 20 |
27 | SciFi | Q4 | 2021 | 6923529.411764706 | 5.882352941176471 | 17 |
28 | SciFi | Q1 | 2022 | 11333333.333333334 | 6.6833333333333345 | 18 |
29 | SciFi | Q2 | 2022 | 23318750 | 6.94375 | 16 |
30 | SciFi | Q3 | 2022 | 7157142.857142857 | 6.647619047619046 | 21 |
31 | SciFi | Q4 | 2022 | 14361904.761904761 | 6.747619047619047 | 21 |
32 | SciFi | Q1 | 2023 | 44925000 | 6.583333333333333 | 12 |
33 | SciFi | Q2 | 2023 | 24081818.181818184 | 6.090909090909091 | 11 |
34 | Action | Q2 | 2010 | 12300000 | 6.25 | 2 |
35 | Action | Q3 | 2010 | 6800000 | 6.6 | 1 |
36 | Action | Q1 | 2011 | 7500000 | 7.3 | 1 |
37 | Action | Q3 | 2011 | 94700000 | 6.3 | 1 |
38 | Action | Q2 | 2013 | 6600000 | 4.4 | 1 |
39 | Action | Q3 | 2013 | 900000 | 6.6 | 1 |
40 | Action | Q4 | 2013 | 1600000 | 7.6 | 4 |
41 | Action | Q1 | 2014 | 2375000 | 6.8 | 4 |
42 | Action | Q3 | 2014 | 22175000 | 7.525 | 4 |
43 | Action | Q4 | 2014 | 30300000 | 6.7 | 3 |
44 | Action | Q1 | 2015 | 18125000 | 6.125000000000001 | 8 |
45 | Action | Q2 | 2015 | 6500000 | 7.466666666666667 | 9 |
46 | Action | Q3 | 2015 | 4900000 | 6.716666666666668 | 12 |
47 | Action | Q4 | 2015 | 2540000 | 6.660000000000001 | 10 |
48 | Action | Q1 | 2016 | 1458333.3333333333 | 6.574999999999999 | 12 |
49 | Action | Q2 | 2016 | 5994117.647058823 | 6.805882352941176 | 17 |
50 | Action | Q3 | 2016 | 11783333.333333334 | 7.1000000000000005 | 24 |
51 | Action | Q4 | 2016 | 8034782.608695652 | 6.708695652173914 | 23 |
52 | Action | Q1 | 2017 | 3050000 | 6.776470588235293 | 34 |
53 | Action | Q2 | 2017 | 7284615.384615385 | 6.280769230769229 | 26 |
54 | Action | Q3 | 2017 | 8971875 | 6.187500000000001 | 32 |
55 | Action | Q4 | 2017 | 4507142.857142857 | 6.501785714285715 | 56 |
56 | Action | Q1 | 2018 | 4036538.4615384615 | 6.567307692307692 | 52 |
57 | Action | Q2 | 2018 | 4051162.7906976743 | 6.5883720930232545 | 43 |
58 | Action | Q3 | 2018 | 5067241.379310345 | 6.789655172413794 | 58 |
59 | Action | Q4 | 2018 | 5751851.851851852 | 6.343209876543212 | 81 |
60 | Action | Q1 | 2019 | 6260000 | 6.523999999999998 | 50 |
61 | Action | Q2 | 2019 | 3780000 | 6.579999999999998 | 55 |
62 | Action | Q3 | 2019 | 7024390.243902439 | 6.752439024390242 | 82 |
63 | Action | Q4 | 2019 | 6334020.618556701 | 6.658762886597938 | 97 |
64 | Action | Q1 | 2020 | 7000000 | 6.61860465116279 | 86 |
65 | Action | Q2 | 2020 | 7906756.756756756 | 6.804054054054055 | 74 |
66 | Action | Q3 | 2020 | 4888235.294117647 | 6.656862745098038 | 102 |
67 | Action | Q4 | 2020 | 7512820.512820513 | 6.807692307692307 | 78 |
68 | Action | Q1 | 2021 | 10567142.857142856 | 6.3928571428571415 | 70 |
69 | Action | Q2 | 2021 | 6670666.666666667 | 6.5680000000000005 | 75 |
70 | Action | Q3 | 2021 | 6666666.666666667 | 6.588888888888887 | 81 |
71 | Action | Q4 | 2021 | 8727272.727272727 | 6.480909090909091 | 110 |
72 | Action | Q1 | 2022 | 7216304.347826087 | 6.76195652173913 | 92 |
73 | Action | Q2 | 2022 | 8744954.128440367 | 6.5880733944954155 | 109 |
74 | Action | Q3 | 2022 | 9747252.747252747 | 6.849450549450549 | 91 |
75 | Action | Q4 | 2022 | 21915441.17647059 | 6.474264705882357 | 136 |
76 | Action | Q1 | 2023 | 59413888.88888889 | 6.868055555555554 | 72 |
77 | Action | Q2 | 2023 | 30069696.96969697 | 6.481818181818184 | 66 |
78 | Adventure | Q2 | 2010 | 17600000 | 7.25 | 2 |
79 | Adventure | Q3 | 2010 | 7200000 | 6.5249999999999995 | 4 |
80 | Adventure | Q1 | 2011 | 7500000 | 7.3 | 1 |
81 | Adventure | Q3 | 2013 | 12800000 | 5.699999999999999 | 2 |
82 | Adventure | Q4 | 2013 | 2300000 | 7 | 1 |
83 | Adventure | Q1 | 2014 | 3133333.3333333335 | 6.833333333333333 | 3 |
84 | Adventure | Q2 | 2014 | 500000 | 8.5 | 1 |
85 | Adventure | Q3 | 2014 | 3900000 | 6.966666666666668 | 3 |
86 | Adventure | Q4 | 2014 | 23700000 | 6.65 | 2 |
87 | Adventure | Q1 | 2015 | 20971428.57142857 | 6.442857142857143 | 7 |
88 | Adventure | Q2 | 2015 | 9466666.666666666 | 6.622222222222222 | 9 |
89 | Adventure | Q3 | 2015 | 4550000 | 6.557142857142858 | 14 |
90 | Adventure | Q4 | 2015 | 10409090.909090908 | 6.745454545454546 | 11 |
91 | Adventure | Q1 | 2016 | 6500000 | 6.385714285714286 | 7 |
92 | Adventure | Q2 | 2016 | 8441666.666666666 | 6.824999999999999 | 12 |
93 | Adventure | Q3 | 2016 | 9760000 | 7.170000000000002 | 20 |
94 | Adventure | Q4 | 2016 | 5203846.153846154 | 6.199999999999999 | 26 |
95 | Adventure | Q1 | 2017 | 3903571.4285714286 | 6.589285714285714 | 28 |
96 | Adventure | Q2 | 2017 | 5160000 | 6.209999999999999 | 30 |
97 | Adventure | Q3 | 2017 | 8650000 | 6.432352941176471 | 34 |
98 | Adventure | Q4 | 2017 | 5108510.638297873 | 6.574468085106385 | 47 |
99 | Adventure | Q1 | 2018 | 2832727.272727273 | 6.452727272727271 | 55 |
100 | Adventure | Q2 | 2018 | 5697826.0869565215 | 6.521739130434782 | 46 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
My Snippet
-- "What are the emerging trends in viewer interests based on the popularity of certain keywords within show descriptions over time?"
-- Note: Similarly, this is only an attempt at an initial exploration
SELECT
YEAR(releasedate) AS year,
keyword,
COUNT(*) AS keyword_count,
AVG(rating) AS average_rating,
SUM(hoursviewed) AS total_hours_viewed
FROM
(
SELECT
releasedate,
rating,
hoursviewed,
lower(word) AS keyword
FROM
student.netflix2023
LATERAL VIEW
explode(split(description, ' ')) wordsTable AS word
) AS exploded_keywords
WHERE
keyword IN ('space', 'alien', 'future')
GROUP BY
YEAR(releasedate),
keyword
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
×
No logs available at this moment.
INFO : Compiling command(queryId=hive_20240327071309_58c63f40-31bb-4f5b-b6a8-50e62d9632e3): SELECT YEAR(releasedate) AS year, keyword, COUNT(*) AS keyword_count, AVG(rating) AS average_rating, SUM(hoursviewed) AS total_hours_viewed FROM ( SELECT releasedate, rating, hoursviewed, lower(word) AS keyword FROM student.netflix2023 LATERAL VIEW explode(split(description, ' ')) wordsTable AS word ) AS exploded_keywords WHERE keyword IN ('space', 'alien', 'future') GROUP BY YEAR(releasedate), keyword ORDER BY year ASC, keyword_count DESC INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:year, type:int, comment:null), FieldSchema(name:keyword, type:string, comment:null), FieldSchema(name:keyword_count, type:bigint, comment:null), FieldSchema(name:average_rating, type:double, comment:null), FieldSchema(name:total_hours_viewed, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20240327071309_58c63f40-31bb-4f5b-b6a8-50e62d9632e3); Time taken: 0.022 seconds INFO : Concurrency mode is disabled, not creating a lock manager INFO : Executing command(queryId=hive_20240327071309_58c63f40-31bb-4f5b-b6a8-50e62d9632e3): SELECT YEAR(releasedate) AS year, keyword, COUNT(*) AS keyword_count, AVG(rating) AS average_rating, SUM(hoursviewed) AS total_hours_viewed FROM ( SELECT releasedate, rating, hoursviewed, lower(word) AS keyword FROM student.netflix2023 LATERAL VIEW explode(split(description, ' ')) wordsTable AS word ) AS exploded_keywords WHERE keyword IN ('space', 'alien', 'future') GROUP BY YEAR(releasedate), keyword ORDER BY year ASC, keyword_count DESC INFO : Query ID = hive_20240327071309_58c63f40-31bb-4f5b-b6a8-50e62d9632e3 INFO : Total jobs = 1 INFO : Launching Job 1 out of 1 INFO : Starting task [Stage-1:MAPRED] in serial mode INFO : Session is already open INFO : Dag name: SELECT YEAR(releasedate) AS year,...DESC(Stage-1) INFO : Status: Running (Executing on YARN cluster with App id application_1634527506680_1335) INFO : Map 1: 0/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 0(+1)/1 Reducer 2: 0/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 0(+1)/1 Reducer 3: 0/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 0(+1)/1 INFO : Map 1: 1/1 Reducer 2: 1/1 Reducer 3: 1/1 INFO : Completed executing command(queryId=hive_20240327071309_58c63f40-31bb-4f5b-b6a8-50e62d9632e3); Time taken: 5.942 seconds INFO : OK
Success.
Done. 0 results.
Results have expired, rerun the query if needed.
2011
columns (6) | ||
---|---|---|
|
||
int | ||
year | int | |
keyword | string | |
keyword_count | bigint | |
average_rating | double | |
total_hours_viewed | bigint | |
No results found
|
year | keyword | keyword_count | average_rating | total_hours_viewed |
---|
year | keyword | keyword_count | average_rating | total_hours_viewed | |
---|---|---|---|---|---|
1 | 2011 | space | 1 | 6.2 | 4800000 |
2 | 2013 | space | 1 | 5.7 | 2400000 |
3 | 2014 | future | 2 | 7.550000000000001 | 13600000 |
4 | 2015 | future | 4 | 6.05 | 30100000 |
5 | 2015 | alien | 1 | 5.9 | 8800000 |
6 | 2015 | space | 1 | 6.2 | 44000000 |
7 | 2016 | future | 7 | 6.528571428571429 | 70000000 |
8 | 2016 | alien | 6 | 6.933333333333334 | 17300000 |
9 | 2016 | space | 2 | 6.550000000000001 | 1500000 |
10 | 2017 | alien | 14 | 6.735714285714287 | 121900000 |
11 | 2017 | future | 8 | 6.0125 | 20500000 |
12 | 2017 | space | 3 | 7.033333333333334 | 42400000 |
13 | 2018 | alien | 22 | 6.527272727272727 | 115400000 |
14 | 2018 | future | 15 | 6.506666666666667 | 45500000 |
15 | 2018 | space | 2 | 7.1499999999999995 | 6400000 |
16 | 2019 | alien | 20 | 7.075 | 123000000 |
17 | 2019 | future | 18 | 6.822222222222222 | 87600000 |
18 | 2019 | space | 10 | 6.929999999999998 | 22000000 |
19 | 2020 | alien | 22 | 6.659090909090909 | 74500000 |
20 | 2020 | future | 19 | 6.105263157894737 | 127200000 |
21 | 2020 | space | 10 | 7.220000000000001 | 50600000 |
22 | 2021 | alien | 19 | 6.94736842105263 | 103600000 |
23 | 2021 | future | 9 | 6.000000000000001 | 21400000 |
24 | 2021 | space | 6 | 5.383333333333333 | 46200000 |
25 | 2022 | alien | 17 | 6.223529411764706 | 262900000 |
26 | 2022 | future | 16 | 6.537500000000001 | 182800000 |
27 | 2022 | space | 9 | 7.21111111111111 | 74500000 |
28 | 2023 | alien | 14 | 6.592857142857143 | 1524200000 |
29 | 2023 | future | 11 | 5.781818181818182 | 563100000 |
30 | 2023 | space | 1 | 4.4 | 65200000 |
Results have expired, rerun the query if needed.
Select the chart parameters on the left
There are no snippets configured.
Add a snippet to start your new notebook
...
Hive
SparkSql
Scala
PySpark
Spark Submit Jar
Add Snippet
Confirm Remove
Are you sure you want to remove this snippet?
Drop iPython/Zeppelin notebooks here