Giter Club home page Giter Club logo

netflix-data-analyzing's Introduction

Netflix data analyzing

Netflix data has some of movies and tv-shows, that have rating, duration, country produced and category.

Using Jupyter Notebook to dig deep in Netflix Dataset. Analyzed and interpreted data from 1000+ movies and TV series to identify audience preferences and optimize content recommendations.

Installation

Use the package manager pip or use the Conda package manager

pip install pandas
pip install matplotlib
pip install seaborn
conda install pandas
conda install matplotlib
conda install seaborn

Usage

import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt

What does the Data show?

Data Cleaning

  • Checking if there is any duplicate, and remove it.
  • Checking if there is any null value.

Analyzing

  • The (Show_id) and (Director) for 'House of Cards'.
  • The highest number of movies and TV shows released in a Year.
  • Number of TV shows and Movies are in the Dataset.
  • All Movies that released in 2020.
  • Show all the Titles of all TV shows that are released in India
  • Top 10 Directors that have the highest number of movies and tv shows.
  • Show all the Records that their (Category) is Movie and the (Type) is Comedies or (Country) is UK.
  • Movies and TV shows that Tom Cruise was in the cast.
  • The Different Ratings defined by Netflix.
  • Movies that got the 'TV-14' rating, In Canada.
  • TV Show got the 'R' rating after 2018.
  • The maximum duration of a Movie/Show on Netflix.
  • The Country that has the Highest No. of TV Shows.
  • Sorting the Dataset by Year.
  • All the instances where: Category is Movie and Type is Dramas OR Category is 'TV Show' and Type is 'Kids' TV'

netflix-data-analyzing's People

Contributors

alaa360 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.