Skip to content

This project involves a comprehensive analysis of Netflix's movies and TV shows data using SQL.

Notifications You must be signed in to change notification settings

S27-hub/SQL_Netflix_exploratory_data_Analaysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NETFLIX EPLORATORY DATA ANALYSIS USING SQL

The goal is to extract valuable insights and answer various problems based on the dataset. The following provides a detailed report of the project's objectives, business problems, solutions, findings, and conclusions.

DATASET

Dataset has been sourced form kaggle.

LINK: https://www.kaggle.com/code/roninvers/eda-on-netflix-data-of-movie-and-tv-show

SCHEMA

The dataset contains total of 7 coloumns. Data coloumns:

  1. Title: Unique titles for each entry
  2. Content_type: Whether the entry is a movie or TV show.
  3. Genre: Assigned genre randomly from the list.
  4. Release_year: A random year between 1950 and 2023.
  5. Rating: Various content ratings (G, PG, etc.).
  6. Duration: Duration for movies in minutes or number of seasons for TV shows.
  7. Country: Randomly assigned production country.

PROBLEM STATEMENTS

  1. Total number of shows (movies+TV_shows)
  2. Total number of movies and tv shows
  3. Find the ratings for movies and TV shows
  4. Find the top three countries with the most content on netflix
  5. Listing the all TV shows and Movies in year 2023
  6. Total number of movies and TV shows released in 2023
  7. Number of TV shows and number of Movies released in year 2023
  8. Find the number of genre and movies or TV shows relased in respective genre
  9. Finding the Genre having the maximum number of shows relased
  10. Finding the total number of countries and movies relased in the respective countries
  11. Identify the longest movie duration.
  12. List of number of all the TV shows with 3 seasons with their respective Genre
  13. Maximum number of movies relased in a specific year i.e 2022
  14. Ratings of "R" in tv shows accoridng to their respective genre

ABOUT

This project is part of my portfolio, showcasing the SQL skills essential for data analyst roles. If you have any questions, feedback, or would like to collaborate, feel free to get in touch!

About

This project involves a comprehensive analysis of Netflix's movies and TV shows data using SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published