Skip to content
Culture desk

NETFLIX ENGAGEMENT: The Artometrics of Netflix Engagement

This report analyzes the TidyTuesday 2025-07-29 release on Netflix Engagement — 27,803 rows after cleaning and merge.

Artometrics Editorial5 min read
Share this article
NETFLIX ENGAGEMENT: The Artometrics of Netflix Engagement
This report analyzes the TidyTuesday 2025-07-29 release on Netflix Engagement — 27,803 rows after cleaning and merge.

This report analyzes the TidyTuesday 2025-07-29 release on Netflix Engagement27,803 rows after cleaning and merge. Which titles consumed the most hours — the metric Netflix actually optimizes for?

Five charts track Hours viewed across time, category, and named entities — trend, leaders, distribution, tiers, and relationships. Where companion files exist in the repo, they are joined before analysis so reception, geography, or metadata columns are not left on the table.

FAST FACTS

27,803Records in the working dataset
2,500,000Median Hours viewed
840,300,000Highest observed Hours viewed
Squid Game: Season 2 // 오징어 Top Title by Hours viewed
2010–2025Year span covered in the file
1_What_We_Watched_A_Netflix_Most common Source

DATASET CONTEXT

Engagement reports from Netflix's weekly viewership releases: hours viewed, runtime, and global availability flags.

Charts are exported as Plotly JSON with PNG fallbacks. Medians are used for robustness where distributions skew. Index-style fields (row numbers, sequential IDs) are excluded from metric selection.

How to read this report: start with the chart caption, then ask what the metric actually means, what a non-expert should notice first, and what an expert would challenge in the source. The goal is not to memorize every number; it is to leave with a sharper question than the one you arrived with.

Reader path: if you are new to the topic, treat each chart as a guided tour of one question: who leads, how concentrated the field is, what changes over time, and where the outliers sit. If you already know the domain, use the same charts as a challenge: check whether the metric is the right proxy, whether the source omits an important population, and whether the headline survives the limitations section.

CHART 1 — TREND

Median Hours viewed Over Time

Median hours viewed is rising from 5,700,000 in the opening period to 6,700,000 at the close.

Annual medians filter one-off spikes so the structural slope — not viral outliers — drives the story.

CHART 2 — LEADERS

Squid Game: Season 2 // 오징어 게임: 시즌 2 leads at 730,100,000 — 411,000,000 marks the median among the top dozen

Squid Game: Season 2 // 오징어 게임: 시즌 2 leads at 730,100,000411,000,000 marks the median among the top dozen.

Head-of-field concentration is where quality, scale, or brand visibly separates from the pack.

CHART 3 — DISTRIBUTION

Hours viewed by Source

Category boxes reveal whether hours viewed consensus is shared or contested across tiers.

Wide whiskers flag segments where outliers — not averages — drive reputation.

CHART 4 — GAP ANALYSIS

Hours viewed vs median by Source

3_What_We_Watched_A_Netflix_Engagement_Report_2024Jan-Jun sits 100,000 above the median; 1_What_We_Watched_A_Netflix_Engagement_Report_2025Jan-Jun trails by 200,000.

Diverging from the median exposes which tiers over- or under-perform — not just who ranks first.

SUPPLEMENT — RELATIONSHIP

Hours viewed vs Views

Joint plot of hours viewed and views surfaces clusters the averages erase.

Bubble size tracks repeat presence — outliers are archetypes, not noise.

LIMITATIONS

Community-cleaned TidyTuesday snapshots are not live APIs. Missing values, spelling variants, and week-of-export coverage limits apply. Merged tables may fan out or duplicate rows when join keys are imperfect.

Findings describe the file on hand — treat them as structural signals about Netflix Engagement, not exhaustive truth about the full domain.

CONCLUSION

Read as a teaching map, Netflix Engagement shows why one metric is rarely enough: leaders, tails, trends, and relationships each answer a different question about hours viewed.

The best reading is modest: use the chart to sharpen the question, then check the source and limits before turning it into a claim.

REFERENCES

Data Science Learning Community. (2025). TidyTuesday: Netflix Engagement. https://raw.githubusercontent.com/rfordatascience/tidytuesday/main/data/2025/2025-07-29/shows.csv

EDITOR'S NOTE

Artometrics data report from the TidyTuesday research pipeline. Charts and aggregates are reproducible from the embedded exhibits and public source files.

View TidyTuesday source on GitHub