What is the problem?
Identifying the characteristics of successful Netflix original movies based on different attributes such as genre, runtime, IMDB score, and language.
Why is it important to be solved?
Understanding the features of successful movies can help Netflix in planning and producing more popular and well-received content, thereby attracting a larger audience and increasing its market share in the OTT platform industry.
Data Dictionary
Title: String - The name of the Netflix original movie.
Genre: String - The category defining the thematic elements of the movie.
Premiere: Date - The release date of the movie on Netflix.
Runtime: Integer - The length of the movie in minutes.
IMDB Score: Float - The rating given to the movie on the IMDB platform.
Language: String - The language(s) in which the movie is available.
Built with