All Projects → z3tt → Rstudio_TableContest_2020

z3tt / Rstudio_TableContest_2020

Licence: other
📺 Table showing an "Overview and Series Trends of the Best TV Shows on IMDb" – My Contribution to the Rstudio Table Contest 2020

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to Rstudio TableContest 2020

Ggpage
Creates Page Layout Visualizations in R 📄📄📄
Stars: ✭ 306 (+1812.5%)
Mutual labels:  ggplot2, dataviz, datavisualization
Ggparliament
Simple parliament plots using ggplot2
Stars: ✭ 130 (+712.5%)
Mutual labels:  ggplot2, dataviz
DataViz-Teaching
📈 Visualizations for DataViz Teaching
Stars: ✭ 29 (+81.25%)
Mutual labels:  ggplot2, dataviz
Gghalves
✂️ Easy half-half geoms in ggplot2
Stars: ✭ 174 (+987.5%)
Mutual labels:  ggplot2, dataviz
Ggplot Courses
👨‍🏫 ggplot2 Teaching Material
Stars: ✭ 40 (+150%)
Mutual labels:  ggplot2, dataviz
Ggpol
🌍 Parliament diagrams and more for ggplot2
Stars: ✭ 71 (+343.75%)
Mutual labels:  ggplot2, dataviz
SWDchallenge
📈 My contributions to the #SWDchallenge
Stars: ✭ 20 (+25%)
Mutual labels:  ggplot2, dataviz
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-18.75%)
Mutual labels:  dataviz, datavisualization
PlotTwist
PlotTwist - a web app for plotting and annotating time-series data
Stars: ✭ 21 (+31.25%)
Mutual labels:  ggplot2, datavisualization
PlotsOfData
Shiny App for comparison of samples
Stars: ✭ 47 (+193.75%)
Mutual labels:  ggplot2, datavisualization
Hrbrthemes
🔏 Opinionated, typographic-centric ggplot2 themes and theme components
Stars: ✭ 899 (+5518.75%)
Mutual labels:  ggplot2, datavisualization
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+343.75%)
Mutual labels:  ratings, imdb
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (+3737.5%)
Mutual labels:  ggplot2, datavisualization
tidytuesday
📊 🖌️ Data visualization collection
Stars: ✭ 70 (+337.5%)
Mutual labels:  dataviz, datavisualization
Tidytuesday
📊 My contributions to the #TidyTuesday challenge
Stars: ✭ 410 (+2462.5%)
Mutual labels:  ggplot2, dataviz
Slopegraph
Edward Tufte-Inspired Slopegraphs
Stars: ✭ 166 (+937.5%)
Mutual labels:  ggplot2, dataviz
Morph
Morph is a free and open-source tool for creating designs, animations or interactive visualizations from data.
Stars: ✭ 107 (+568.75%)
Mutual labels:  dataviz, datavisualization
30diasdegraficos
30 tipos de gráficos hechos con R, con datos y código reproducible.
Stars: ✭ 47 (+193.75%)
Mutual labels:  ggplot2, dataviz
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+837.5%)
Mutual labels:  dataviz, datavisualization
dataviz
Course materials for Kieran Healy's rstudio::conf 2020 data visualization workshop
Stars: ✭ 75 (+368.75%)
Mutual labels:  ggplot2, dataviz

 What do I binge next?
An overview of the Best IMDb TV shows 

    Blog    Email    Twitter    Instagram    Behance    LinkedIn    BuyMeACoffee   

The table shows relevant details of the top 250 TV shows as rated by IMDb users. I focussed on displaying the details I and my friends care about: of course the ranking and overall rating but additionally the runtime per episode, genres, number of seasons and episodes, ID of the best episodes. But most importantly—the trend of ratings as the TV show progresses.

The table was highlighted as "honorable mention" by the jury 🎉

Top 250:

Expand to see the loooong version

Documentaries only:

Other Versions by Rank:

Top 50
Top 100

Other Versions by Genres:

Animation
Comedy
Drama
Action

Packages used:

gt, reticulate, dplyr, tidyr, readr, magrittr, here, glue, pkgconfig

Details:

Visualizations: To visualize the runtime I decided to use a restrained, grey-toned, area-scaled circle. The normalized trends in episode ratings are visualized as stripes similar to the famous "warming stripes" by Ed Hawkins. In addition, a line indicates the average rating per season on a range from 1 to 10.

Data: The data is a mixture of scraped data using a modified Python script (ranks, ratings, votes, year) and data downloaded from the IMDb dataset interface (title basics: original title, genre, runtime). The data was cleaned (e.g. correct wrong runtimes, title spellings etc) and missing entries filled. (However, some series are returned as having 1 season only but have several actually and I didn't find a good workaround yet.)


Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)


Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].