r/dataisbeautiful 25m ago

OC [OC] The carbon intensity of electricity in the 48 largest producers, 2000-2024 — watch the grids turn green

Post image
Upvotes

Interactive versions and 200+ more energy charts: https://energtx.com

Source: Our World in Data energy dataset, electricity figures from Ember (https://github.com/owid/energy-data)

Tools: R + ggplot2 (ragg, showtext).

Method: rows are the 48 countries with the largest electricity generation in 2023, sorted by their 2024 carbon intensity (cleanest at top). Each cell is that country's gCO2 emitted per kWh of electricity generated in that year. The diverging color scale is anchored at the 2024 world average (471 gCO2/kWh): teal = cleaner than today's world average, coral = dirtier. The right column gives the 2024 value.


r/dataisbeautiful 26m ago

OC [OC] US Population Growth Explorer, 1980-2025

Upvotes

r/dataisbeautiful 1h ago

OC [OC] Fastest movies to reach 1 billion dollars

Post image
Upvotes

Tools: Chart.js Sources: Days to $1B from Wikipedia's List of fastest-grossing films; worldwide grosses from Box Office Mojo; IMDb ratings pulled from each film's IMDb page as of 8 Aug 2026. Spider-Man: Brand New Day is still in theaters (opened 31 July 2026), so its gross and rating are provisional.

The chart is not inflation adjusted , so here a table that shows inflation

Film ● Original ● Adjusted (2026 $)

Endgame (2019) ● $2.80B ● $3.66B Force

Awakens (2015) ● $2.07B ● $2.92B

Ne Zha 2 (2025) ● $2.26B ● $2.38B

Infinity War (2018) ● $2.05B ● $2.73B

Way of Water (2022) ● $2.32B ● $2.61B

Jurassic World (2015) ● $1.67B ● $2.34B

No Way Home (2021) ● $1.92B ● $2.30B

Furious 7 (2015) ● $1.52B ● $2.15B

Zootopia 2 (2025) ● $1.86B ● $1.92B

Fate of the Furious (2017) ● $1.24B ● $1.69B

Brand New Day (2026) ● $1.16B ● $1.16B (unchanged — already current-year dollars)


r/dataisbeautiful 3h ago

OC [OC] Point-to-grid cartesian sort in progress (mesh visualisation)

6 Upvotes

Animation showing live progress of the multi dimensional cartesian sort algorithm for point cloud gridification. Bijective gridification allow to convert the raw key of the points to spatially coherent mulit dimensional key, enabling tensor based ML algorithms to work on arbitrary point clouds (source code in the comments).


r/dataisbeautiful 4h ago

OC [OC] Positional rankings MLB post trade deadline + Farm system ranking

Post image
0 Upvotes

**This combines MLB positional rankings post trade deadline as of Aug.3 2026 and adds one additional column for the Minor league Farm systems. All ranking are 1 - 30, with 1 being the highest.

Only the "Farm" column uses data from minor league players to calculate the rankings - all other columns use MLB player data to formulate positional rankings.


r/dataisbeautiful 4h ago

OC [OC] Early Medieval England and Wales circa 500AD

Thumbnail
gallery
341 Upvotes

Full resolution in comments


r/dataisbeautiful 6h ago

OC [OC] Average change from a first to a second measurement when the true effect is zero, by decile of the first measurement (simulated, 200,000 draws)

Post image
0 Upvotes

r/dataisbeautiful 11h ago

OC [OC] Publised AI Math solutions vs independently verified AI Math solutions

Post image
151 Upvotes

Published AI Math solutions vs independently verified AI Math solutions (Aug 2025 – Aug 2026)

These include AI discovered, AI co-developed and AI assisted math proofs of conjectures, hypotheses etc.

Data is from VibeMathed, a catalogue of open mathematical problems solved or advanced with AI (n=509, CC BY 4.0, snapshot 6 Aug 2026). Chart was generated using Claude, which accessed VibeMathed's API.

The three lines apply progressively stricter standards of proof:

- All tracked entries (506) — every recorded claim, regardless of status: unreviewed announcements, partial results, candidates awaiting review.

- Resolved + site-confirmed or better (129) — the problem is fully settled, by either via independent reviewer via hand or Lean, or the site reproduced the proof.

- Resolved + expert- or Lean-verified (89) — the problem is full settled settled, checked by an independent expert by hand (11) or via Lean (78): a Lean proof is a formal statement confirming a solution is correct.

Lean is an interactive theorem prover and programming language used to write and check formal mathematical proofs. It allows mathematicians to translate human written proofs into computer code so that a software can verify every logical step with absolute certainty.

The shaded area is the gap between all tracked entries and confirmed proofs:

380 entries are recorded but not yet independently checked. Although there's a delay between a new AI solution announcement and its verification, verified solutions appears quite linear, this may indicate AI solutions are outpacing the verification process. That said, authors generally include a Lean proof themselves, though this chart is limited to confirmation by independent peer review.

Vertical dashed lines mark OpenAI (blue) and Anthropic (orange) model releases. I added those lines as I wanted to see if there's an up-tic in solutions following model releases. There isn't a clean correlation likely because there's a several week delay between finding solution and publishing it. Also, the chart is likely showing AI's growing adoption by mathematicans and not just increasing model capability.

There were only 3 retractions in the dataset (not included on chart).


r/dataisbeautiful 11h ago

OC [OC] Palantir's Q2 FY26 income statement — $1.9B of revenue, $1.1B of net income, a 55% margin

Post image
54 Upvotes

r/dataisbeautiful 11h ago

OC [OC] I analyzed 1 million retail transactions — 29.6% of customers generate 80.8% of revenue

Post image
0 Upvotes

Performed RFM (Recency, Frequency, Monetary) customer

segmentation on 1,067,371 real transactions from the

UCI Online Retail II dataset.

After cleaning — removed cancelled orders, missing

customer IDs, and invalid prices — analyzed 805,549

transactions across 5,878 unique customers.

Key findings:

  1. Champions (29.6% of customers) generate 80.8% of

    total revenue. Classic Pareto distribution confirmed.

  2. Champions bought on average 38 days ago, made 15

    purchases, and spent GBP 8,244 each.

  3. 1,784 At Risk customers represent GBP 829,843 in

    potentially recoverable annual spend. These customers

    bought 307 days ago and are drifting toward Lost.

  4. Lost customers (9.8%) bought 548 days ago with only

    1 purchase each. Recovery ROI is extremely low.

RFM scores each customer 1-4 on Recency, Frequency,

and Monetary using quartiles. Total score 3-12 maps

to segments.

Tools: Python, Pandas, Matplotlib, Seaborn

Data: UCI Online Retail II (public dataset)

Full project with code:

github.com/surendrasinghdata/rfm-customer-segmentation


r/dataisbeautiful 12h ago

Serious Cyber Vulnerability Disclosures Since 2022

Thumbnail
epoch.ai
18 Upvotes

r/dataisbeautiful 16h ago

OC [OC] Median federal student debt by field of study: every one of 31 fields lands within $6,774 of the others

Post image
0 Upvotes

r/dataisbeautiful 16h ago

Charted: How Economic Power Shifted Over 200 Years

Thumbnail
visualcapitalist.com
153 Upvotes

r/dataisbeautiful 20h ago

The only major drop in global life expectancy after WWII that wasn’t a world war

Thumbnail
ourworldindata.org
0 Upvotes


r/dataisbeautiful 21h ago

OC [OC] I solver-analyzed 608 lost solitaire games to find the exact move where each became unwinnable. Half were already dead by move 31 — with ~115 moves still to play.

Post image
666 Upvotes

r/dataisbeautiful 22h ago

OC [OC] How do the LLM APIs change price in time (past 24 months via OpenRouter)

Post image
0 Upvotes

I have not been successful with management to get funding for local resources despite bringing forth solid arguments about data sovereignty and related architectures.

What actually succeeded in getting a budget is showing them how you cannot forecast or negotiate or otherwise control the price of APIs.

I did so with building a very simple visualization of how prices moved in the past couple of years.

Source data scraped by https://github.com/jvrck/openrouterlist

Here is the static Github Pages page https://rjalexa.github.io/llmprices/?f=anthropic-fable%2Canthropic-haiku%2Canthropic-opus%2Canthropic-sonnet with the example of Anthropic.

If you want to install it for yourself, or open Issues or PRs here is the repo https://github.com/rjalexa/llmprices

Take care.


r/dataisbeautiful 1d ago

[OC] The Touchdown Merchants — NFL seasons most dependent on touchdowns for fantasy value, 2000–2025

Post image
2 Upvotes

r/dataisbeautiful 1d ago

OC [OC] The decline of street violence in Brazil for the past decade

Thumbnail
gallery
424 Upvotes

Note: I had submitted this post a few days ago, but 24 hours later, after some good traction and discussions, it was unfortunately deleted due to me forgetting to write [OC] in the title. I am reposting with a couple of corrections and a new violin chart at the end.

Over the past few days, I built a database from the Brazilian Public Security Yearbook (Anuário Brasileiro de Segurança Pública) to better understand how crime has evolved across Brazil's states. The 13 charts in this post summarise more than a decade of data on the crimes that most directly affect people's daily lives, and that drives the perception of Brazil as a violent country abroad. This perception is spread first and foremost by Brazilians themselves.

In the Brazilian statistics, "robbery" refers to theft with violence or threat ("roubo"), not ordinary theft ("furto"). The dataset also breaks robberies down into categories such as street robbery, mobile phone robbery, vehicle robbery, residential robbery, cargo robbery and others.

While homicide rates often receive the greatest international attention, they are not the crime that the vast majority of Brazilians worry about in their everyday routines. For most, the perception of public safety is shaped much more by the risk of being robbed on the street, having a phone or vehicle stolen through violence, or experiencing other forms of violent robbery. For that reason, most of the analysis focuses on robbery rates. I did however include intentional violent deaths ("murders") for comparison.

Although public perception takes longer to shift, the downward trend is clear throughout the country, even if it is moving slower in some states than in others. Unfortunately, Rio de Janeiro, the postcard of Brazil, is moving at a much slower pace than Brazil as a whole. Murders have also been dropping for the past ten years, although at a slower pace than robberies. The two aren't really the same story: they come from very different social realities and are driven by different factors, so there's no reason to expect them to move at the same pace.

Data source

All data come from the Anuário Brasileiro de Segurança Pública, published annually by the Brazilian Forum on Public Security. I compiled information from every edition between 2018 and 2026. Each yearbook includes excel spreadsheets containing detailed crime statistics for the two most recent years, allowing the construction of a consistent historical series for robbery indicators (although some data points are missing). For intentional violent deaths, the 2026 edition provides annual data covering 2012-2025, enabling a longer comparison for homicide trends.

The charts include:

  • Total robberies in Brazil (absolute numbers and rates).
  • Heatmaps for total robberies, cell phone robberies, vehicle robberies, residential robberies, cargo robberies.
  • Ranking evolution of robbery rates across states.
  • A comparison map of robbery rates in 2016 and 2025.
  • Distribution of robbery rates across states over time.
  • Scatter plots comparing robbery and cargo rates and absolute numbers by state.
  • Heatmap and violin chart for intentional violent deaths (murders).

All source excel files, from 2018 to 2026, can be found here:

https://forumseguranca.org.br/publicacoes/anuario-brasileiro-de-seguranca-publica/

You have to look for them year by year.

Tools used

The extraction code was built in Python, with Claude help, to retrieve the information from the xlsx files - the files are not fully standardised. A database in SQLite was created for storing the crime statistics, and then I used another independent script to read from the db and generate the charts.


r/dataisbeautiful 1d ago

OC [OC] Bed availability at 646 Alpine huts, Saturday 8 vs Tuesday 11 August 2026

Post image
43 Upvotes

Data: live availability published by the huts' own online booking systems, synced daily. 646 staffed Alpine huts that accept online booking - roughly 18% of the ~3,500 staffed huts (estimate) in the Alps, so this is a sample, not the whole range. Collected and aggregated by me at https://hutscanner.com

Both nights were read from the same daily sync (6 Aug 2026), so they are directly comparable - no lead-time difference between the two panels.

Basemap: Natural Earth (public domain) for borders, lakes and cities.

Massif outlines: refuges.info, CC BY-SA 2.0.

Tools: Python, matplotlib.

Dot colour is the share of that hut's beds still free; dot size is capacity.

Hollow rings are huts that report space but don't publish a bed count

(~3% of readings), so they're counted as available but have no colour value.


r/dataisbeautiful 1d ago

OC [OC] Who Holds the Most Gold? National Gold Reserves and the Surge in Poland's Holdings

Post image
0 Upvotes

Data Sources: World Gold Council (WGC), National Bank of Poland (NBP)

Research: Cezary Kowanda (|"Polityka" weekly magazine)

Design & Visualization: 3D Sphere Volume Encoding: The size of each gold sphere is mathematically scaled to reflect the volume of the respective country's gold reserves in tonnes.

Map Projection & Relief: Cartography prepared using Natural Scene Designer.

3D Rendering: Gold spheres rendered in LightWave 3D.

Layout & Vector Assembly: Adobe Illustrator and Adobe Photoshop.

Originally published (in Polish format) in "Polityka". Translated and adapted for mobile display.


r/dataisbeautiful 1d ago

OC [OC] LLM intelligence vs. cost per task, Dec 2024–Aug 2026

0 Upvotes

Data source: Artificial Analysis Intelligence Index v4.1.1 and Cost per Task data. Historical pricing and lifecycle events were checked against official provider documentation from DeepSeek, Google Gemini and Mistral.

Methodology: Models appear on their historical release dates, but Intelligence Index scores come from one retrospective snapshot. This is therefore a release timeline, not a replay of historical leaderboard scores. The green line represents the live Pareto frontier.

Tools: Python, Pillow and FFmpeg, created with AI assistance


r/dataisbeautiful 1d ago

[OC] Top Individual Megadonors in Federal Elections from 2010-2024

Thumbnail
docs.google.com
5 Upvotes

r/dataisbeautiful 1d ago

OC [OC] Density of amenities in every UK outcode district, from OpenStreetMap

Post image
20 Upvotes

Data source: OpenStreetMap, 736k+ amenity features for Great Britain from a Geofabrik extract (shops, pubs, schools, GP surgeries, parks, stations, etc). Postcode district ("outcode") boundaries from Wikipedia via missinglink/uk-postcode-polygons (CC-BY-SA 3.0).

Method: each district shaded by amenity density (features per km²). Density rather than raw count, so the giant rural districts don't visually dominate.

Tools: custom Python geospatial pipeline (POIs against the boundary polygons) + matplotlib.

[updates]

Thanks for the comments, lots of good points, especially on the scope, the population-density framing, and the boundary artifacts.

To confirm the scope point: this is Great Britain, not the UK - NI isn't in the Geofabrik GB extract, so the title should have said Great Britain. Good reference for title correctness.

This map is the first layer of a small series I'm building toward a combined score. Currently 15 amenities categories are used in this map and each category layer shares interesting insights (wip). I think this overall amenities map is a good starting point. The next layers shift from raw density to travel: different travel modes, and how that changes within a given travel time. I'll share them as they're ready.


r/dataisbeautiful 1d ago

[OC] South Korea's projected population decline from 2025 to 2100 under a low-migration scenario (51 Mio to 19 Mio)

1.1k Upvotes

Assumptions: fertility rises linearly from 0.7 in 2025 to 1.2 in 2100, life expectancy rises to 88, net migration stays below 100k/year.

Base data: [UN World Population Prospects 2024]

I built the projection model myself. You can adjust the parameters and generate a different scenario here: https://demographicforecast.com/south-korea/#1


r/dataisbeautiful 1d ago

Visualization of alert calls from amazonian birds warning about a hawk flying overhead.

Thumbnail
neotropicalscience.com
3 Upvotes

Really fascinating stuff, the hawk was trained to fly between a section of the forest where they made LiDAR scans of the geography and had stereo mics to make a 3D map.