/TVSeriesRatingVisualization

Visualizing the TV Series Rating over the run of the Program.

Primary LanguagePython

TVSeriesRatingVisualization

Visualizing the TV Series Rating over the run of the Program.

The program visualizes the TV Series ratings over the season run.
IMDB parsed JSON files are obtained that gives us the following data:

  • Name of TV Show
  • Average Rating of the Series
  • Episode Information
    • Season Numbering
      • Episode Name
      • Episode Number in Season
      • Air Date
      • Episode Rating

We Extract the rating after converting the JSON to a dictioary structurea and then use matplotlib to visualize the range of the rating, updating various parameters like axis value, and the plot line style.
------
Use: Just change the <SeasonName>.json to anny value and see the visualization, along with the structure of the JSON.
License: Do What You Want With It License.

ImageOutput:
  • House Of Cards:


  • Friends:


  • The Big Bang Theory:



PS: Check other Scatter Plots and seaborn library.