Authors: Clément Rieux
Thanks to z3tt for his TidyTuesday plot from The Office.
I re-use his vizualisation, to plot a TV show rating from his IMDB notes.
You only have to fill :
- serie_title : For PNG name and plot name
- s : For number of seasons
- code : Find the code corresponding to your TV show on IMDB
# Tv show title
serie_title = 'Smallville'
# Seasons
s = 10
# Tv show code
# example https://www.imdb.com/title/tt0279600/episodes?ref_=tt_eps_sm
code = 'tt0279600'I will web scrap notes and votes by episodes and seasons.
Then run the code to plot and see the rating of you favorite TV show !





