Git Product home page Git Product logo

project-investigating-netflix-movies-and-guest-stars-in-the-office's Introduction

Investigating Netflix Movies and Guest Stars in The Office

Python projects on DataCamp

Apply the foundational skills in Introduction to Python and Intermediate Python courses to manipulate and visualize movie and TV data.

🛠️ Description

In these projects, I’ll apply the skills I learned in Introduction to Python and Intermediate Python to solve a real-world data science problem. I’ll press “watch next episode” to discover if Netflix’s movies are getting shorter over time and which guest stars appear in the most popular episode of "The Office", using everything from lists and loops to pandas and matplotlib.

This project helps me gain experience in an essential data science skill — exploratory data analysis, which allows me to perform critical tasks such as manipulating raw data and drawing conclusions from plots I create of the data.

📺 Projects

Dig into a real-world Netflix movie dataset using everything from lists and loops to pandas and matplotlib.

Project tasks

  1. Loading a friend's data into a dictionary
  2. Creating a DataFrame from a dictionary
  3. A visual inspection of our data
  4. Loading the rest of the data from a CSV
  5. Filtering for movies!
  6. Creating a scatter plot
  7. Digging deeper
  8. Marking non-feature films
  9. Plotting with color!
  10. What next?

Project task

  1. Create a matplotlib scatter plot of the data that contains the following attributes:
  • Each episode's episode number plotted along the x-axis
  • Each episode's viewership (in millions) plotted along the y-axis
  • A color scheme reflecting the scaled ratings (not the regular ratings) of each episode, such that:
    • Ratings < 0.25 are colored "red"
    • Ratings >= 0.25 and < 0.50 are colored "orange"
    • Ratings >= 0.50 and < 0.75 are colored "lightgreen"
    • Ratings >= 0.75 are colored "darkgreen"
  • A sizing system, such that episodes with guest appearances have a marker size of 250 and episodes without are sized 25
  • A title, reading "Popularity, Quality, and Guest Appearances on the Office"
  • An x-axis label reading "Episode Number"
  • A y-axis label reading "Viewership (Millions)"
  1. Provide the name of one of the guest stars (hint, there were multiple!) who was in the most watched Office episode.

project-investigating-netflix-movies-and-guest-stars-in-the-office's People

Contributors

oussamaabderraoufattia 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.