1
2
3
4
5
#

Name:

Description:

This dataset consists of all Netflix original films released as of June 1st, 2021. Additionally, it also includes all Netflix documentaries and specials. The data was web scraped off of this Wikipedia page, which was then integrated with a dataset consisting of all of their corresponding IMDB scores. IMDB scores are voted on by community members, and the majority of the films have 1,000+ reviews.

Variables:

Included in the dataset is:

  • Title of the film
  • Genre of the film
  • Original premiere date
  • Runtime in minutes
  • IMDB scores (as of 06/01/21)
  • Languages currently available (as of 06/01/21)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Original dataset found here:

https://www.kaggle.com/datasets/luiscorter/netflix-original-films-imdb-scores?resource=download

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Netflix_Original_Films___IMDB_Scores_1634.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.