This project involves the analysis of a Netflix dataset, including tasks such as data cleaning, visualization, and answering various questions related to the dataset.
Check for duplicate records in the dataset and remove them.
Identify and visualize null values using a heat map.
For the TV show 'House of Cards', provide the Show ID and the name of the Director.
Determine the year with the highest number of TV shows and movies released. Display the result with a bar graph.
Display the count of movies and TV shows in the dataset using a bar graph.
List all the movies released in the year 2000.
Show the titles of all TV shows released in India.
Display the top 10 directors who contributed the highest number of TV shows and movies to Netflix.
Show all the records where the category is 'Movie' and the type is 'Comedies' or the country is 'United Kingdom'.
Find out how many movies/shows feature Tom Cruise.
List all the different ratings defined by Netflix.
Determine the number of movies with a 'TV-14' rating in Canada.
Find out how many TV shows received an 'R' rating after the year 2018.
Determine the maximum duration of a movie/show on Netflix.
Identify the country with the highest number of TV shows.
Explain how to sort the dataset by year.
Find all instances where the category is 'Movie' and type is 'Dramas', or the category is 'TV Show' and type is 'Kids TV'.
Feel free to use the provided code snippets and visualizations in your analysis.