Baselight

Netflix Dataset For Analysis

Exploring Netflix Content: Genre, Premiere, Runtime, IMDb, Language, Year

@kaggle.yaminh_netflix_dataset_for_analysis

Netflix
@kaggle.yaminh_netflix_dataset_for_analysis.netflix

  • 23.7 KB
  • 583 rows
  • 7 columns
title

Title

genre

Genre

language

Language

imdb_score

Imdb Score

premiere

Premiere

runtime

Runtime

year

Year

Notes for My SonDramaSpanish6.3Tue Nov 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)832020
To Each, Her OwnRomantic comedyFrench5.3Sun Jun 24 2018 00:00:00 GMT+0000 (Coordinated Universal Time)952018
The LovebirdsRomantic comedyEnglish6.1Fri May 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)872020
The PerfectionHorror-thrillerEnglish6.1Fri May 24 2019 00:00:00 GMT+0000 (Coordinated Universal Time)902019
Happy AnniversaryRomantic comedyEnglish5.8Fri Mar 30 2018 00:00:00 GMT+0000 (Coordinated Universal Time)782018
Why Did You Kill Me?DocumentaryEnglish5.6Wed Apr 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)832021
Death to 2020ComedyEnglish6.8Sun Dec 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)702020
Brene Brown: The Call to CourageDocumentaryEnglish7.7Fri Apr 19 2019 00:00:00 GMT+0000 (Coordinated Universal Time)762019
Operation Christmas DropRomantic comedyEnglish5.8Thu Nov 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)962020
The Lonely Island Presents: The Unauthorized Bash Brothers ExperienceComedy / MusicalEnglish6.9Thu May 23 2019 00:00:00 GMT+0000 (Coordinated Universal Time)302019

CREATE TABLE netflix (
  "title" VARCHAR,
  "genre" VARCHAR,
  "language" VARCHAR,
  "imdb_score" DOUBLE,
  "premiere" TIMESTAMP,
  "runtime" BIGINT,
  "year" BIGINT
);

Share link

Anyone who has the link will be able to view this.