AndrewRot / Seinfeld-Data-Analysis

An analysis on Seinfeld data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seinfeld Data Analysis

This project displays data visualizations in an attempt to find out what makes an episode of Seinfeld "good". It attempts to find a number of correlations including number of words spoken by each main character, the episode directors, and sentiment of the dialogue to try and understand what makes some episodes more successful than others. Utlimately, there were no strong indications that there were any correlations in the data we analyzed. If the study were to continue, it would be adventageous to look at additional data such as money spent on advertisement, episode airtimes, and number of jokes said per episode or character.

Contributors

Andrew Rottier, acrottier@wpi.edu
Cory Tapply, cmtapply@wpi.edu
Diana Doherty, ddoherty2@wpi.edu

To run this project, following the following steps:

  1. Run npm install in the Seinfeld-Data-Analysis folder.
  2. Run locally with npm start.
  3. Go to localhost:8080 to see the website.

Season Popularity

The following graphs display Seinfeld season information including number of episodes, rating, and ranks amongst various critics.

Alt text


Word Frequencies

The following section catains a word cloud generated for the main four characters of Seinfeld. Words are proportional to the amount of times each character said each word throughout the show Seinfeld.

Alt text


Director Popularity

This section contains a graph of popularity of each director. Values are calculated by the average views each dirctor got for the episode he directed.

Alt text


Episode Popularity

This section contains a graph all of the Seinfeld episodes and plots them against each character's sentiment corresponding to the episode.

Alt text

About

An analysis on Seinfeld data.


Languages

Language:JavaScript 52.6%Language:Jupyter Notebook 18.8%Language:CSS 13.4%Language:HTML 7.6%Language:SCSS 7.6%