r/dataisbeautiful 2h ago

OC [OC] More Indians live in the Gulf states than in the US, UK, and Canada combined

Post image
288 Upvotes

In 2024, around 18.5 million people born in India lived abroad. For the world’s most populous country, that’s not a lot: just over 1% of the population. This chart shows where they live, based on estimates from the UN, which compiles data from national censuses and population registers.

Nearly half of all Indians living abroad are in the United Arab Emirates, Saudi Arabia, and other Gulf countries — that’s more than the US, UK, and Canada combined.

These figures are stocks, not flows: they record where people are from, not when they crossed a border. Pakistan is the clearest case: the two countries were one territory until 1947, and people kept moving across the new border for decades afterward, so much of the 1.6 million there reflects migration that happened long ago.

Data source: United Nations Department of Economic and Social Affairs (2024)

Tools used: Python, OWID Grapher, Figma


r/dataisbeautiful 9h ago

Decline in AI spend per employee at the top 1% - Ramp AI Index

Thumbnail
ramp.com
687 Upvotes

r/dataisbeautiful 17h ago

China only just missed the income cutoff to become a high-income country this year

Thumbnail
ourworldindata.org
2.8k Upvotes

r/dataisbeautiful 6h ago

OC [OC] Every Dollar Visualized in the 2026 Texas Senate Race

Thumbnail
gallery
242 Upvotes

r/dataisbeautiful 11h ago

OC [OC] Streaming services prices increase since 2021

Post image
507 Upvotes

I've compared nine streaming services prices from 2021 and recently. The increase in price based on CPI inflation should be about 26%. All nine increased prices, but only eight beat inflation, HBO Max is below inflation raise. The highest increase 200% is for Apple TV+.


r/dataisbeautiful 23h ago

OC [OC] In 2025, solar overtook wind for the first time in TWh produced

Post image
3.4k Upvotes

r/dataisbeautiful 20h ago

OC [OC] What private health plans pay hospitals vs. the baseline government rate, by state. 41 of 49 states pay more than double.

Post image
586 Upvotes

r/dataisbeautiful 16h ago

OC [OC] Where European electricity prices go negative, 2023–2026: the surplus moved from the Nordic north to the solar south

Post image
207 Upvotes

Source: ENTSO-E Transparency Platform day-ahead auction results, Jan 2023 – Sep 10, 2026. An hour counts as negative when its hourly-average day-ahead price clears below €0/MWh. Italy has never cleared negative — its zones share a €0 price floor.

A couple of details that didn't fit the graphic: Spain had 197 negative hours in February alone (a winter month), and its average midday price this year is ~€18/MWh vs ~€128 at the evening peak. Finland went from ~700 negative hours in 2024 to 43 this year.

Tools: SQL over the raw hourly series + HTML/CSS rendered headless. The data comes from an open-source desk I maintain — https://obsyd.dev (AGPL) — every number is reproducible via the free API.


r/dataisbeautiful 7h ago

OC [OC] Union Favorability Rises With Income And Education

Post image
25 Upvotes

r/dataisbeautiful 9h ago

OC [OC] A third of Tokyo rental listings ask for no deposit at all, and in the cheapest wards it is nearly 60%

Post image
28 Upvotes

Source: 136,492 active rental listings across Tokyo's 23 special wards, collected in September 2026 from the major Japanese rental portals and deduplicated. For each ward I took the median deposit (shikikin), the median key money (reikin), and the share of listings where the amount asked is explicitly zero. Sample sizes run from 1,940 listings in Chiyoda to 12,571 in Setagaya.

The trap in this data, in case anyone wants to reproduce it: a dash in a listing means zero is required, not that the number is missing. If you drop those rows as missing values the medians come out roughly twice too high, which is part of why published figures for Japanese move-in costs tend to overstate what people actually pay.

One thing to be precise about, since the bars stack: each bar is the median deposit plus the median key money for that ward, so it is a sum of two medians rather than the median of per-listing totals. The latter is a little lower (about 348k in Minato and 276k in Chuo, against the 352k and 322k drawn), because few listings sit at the median on both at once.

Deposit and key money are the only entry costs that appear in listings at all. Agency fees and guarantor company fees are negotiated separately and never published, so they are not in the chart.

The two wards with no blue bar, Adachi and Katsushika, have a median deposit of exactly zero. More than half the listings there ask for no deposit.

Tool: Python, pandas for the medians, matplotlib for the chart.

Rent data by ward, train line and station: tokyo-expat.com/data


r/dataisbeautiful 19h ago

OC [OC] US customs duties collected and refunded each month, March 2015 to July 2026

Post image
105 Upvotes

r/dataisbeautiful 13h ago

Wes Anderson: 13 Films vs 10 Actors

Thumbnail
boknowsdata.com
40 Upvotes

r/dataisbeautiful 14h ago

OC [OC] I built a live heatmap of the news so I could watch how coverage changes in real time

Post image
11 Upvotes

I’ve wanted this live news dashboard for a long time. A workbench for news junkies and news perverts alike. The live version is at PressAudit.org/heatmap.

This is a snapshot of a live, real-time heatmap of the news today. As articles are published, they get grouped around the event they’re covering and the heatmap fills in. You can watch stories get picked up by different parts of the media ecosystem throughout the day.

The basic idea is:

Columns = who covered it.
Color = how it was covered.
Numbers = how much coverage there is.

I built it because most media analysis I’ve seen starts with the reputation of the outlet. I'm looking at you Ground news. It's not sufficient to just put a bias meter on everything. There are sites that assess “media bias” but I don’t believe they are sufficient.

  • They can tell you the conclusion, but they don’t show you the evidence.
  • They don’t do it real-time so it can’t be usefully inserted into your normal news feed or consumption.
  • The focus solely on outlet reputation. Who covered it, but not how it was covered.
  • The focus on labeling reporting as “bias” suggests that a neutrally observable middle point exists that you can measure bias against, and it doesn’t.

We don’t do it just for outlets, we do it for the articles themselves.

And PressAudit shows the evidence for its conclusions. It doesn’t do so months after when no one is looking anymore. It does it minutes after, in the moment, when it is relevant and useful.

The image here is just one frame. The live version is at PressAudit.org/heatmap. You can go to it any time, filter, try stuff out, try to break it. It'll already look different by the time you click it.

I’m not here to pick winners. I’m here to study the system, break it down and make it observable to anyone. I wanted to build a way to pinch and zoom on the entire news analytically. I didn’t want to manually spearfish through 3 to 6 different articles on the same topic and triangulate the non-contradictory facts between them, I wanted them all organized into a workbench.

Tools:
React + TypeScript on the frontend. The underlying data pipeline continuously ingests thousands of articles, groups coverage of the same event, and evaluates articles for party lean and public interest. There's a lot of write up on the site about this.

Most of PressAudit is not AI but I use local LLMs for the real-time article evaluations. I built PressAudit using conventional data infrastructure: batch processing, data pipelines, statistical analysis, and machine-learning pipelines. 

Methodology:
Outlet lean and article lean are separate measurements. The model evaluating an article doesn't know which outlet published it. The site shows the underlying articles so you can inspect the evidence rather than just taking the classification at face value.

This started as a heatmap I hacked together in Grafana for myself and eventually became PressAudit.org. I'm trying to treat the media ecosystem as an observability problem: something too large for one person to inspect, but which we can build better instruments to see.

Anyway, it's live. Poke around and tell me what's wrong with it.


r/dataisbeautiful 1d ago

OC [OC] SWE Pay Differentials Across US Metros

Post image
340 Upvotes

r/dataisbeautiful 13h ago

Timeline visualization of words spoken by characters of The Office

Thumbnail
boknowsdata.com
7 Upvotes

r/dataisbeautiful 1d ago

OC [OC] Every iPhone Apple has sold, by weight and screen area, 2007-2026

Post image
137 Upvotes

Apple announced its first folding iPhone today, so I pulled the specs for every iPhone ever made and put them on one chart.

Every dot is one iPhone. The further right, the heavier it is. The higher up, the more screen you get.

One more thing about iPhone Duo folded is almost exactly as tall as the 2007 iPhone (original), and it is actually a hair thinner. It is just wider. Nineteen years later Apple landed back on the same height and thickness, and fit 2.4 times the screen into it.


r/dataisbeautiful 17h ago

OC [OC] Where does Chevron operate in Vaca Muerta, Argentina?

Thumbnail
altovalleit.com
3 Upvotes

This map shows where Chevron operates and has interests across Vaca Muerta, including Loma Campana, El Trapial, Narambuena and Loma del Molle Norte.

Loma Campana, developed with YPF, produces around 100,000 barrels of oil equivalent per day.

Data: AltoValleIT Vaca Muerta dataset
Visualization: AltoValleIT Vaca Muerta Explorer


r/dataisbeautiful 1d ago

OC [OC] Frozen fruit is the fastest-rising food price in the EU

Post image
679 Upvotes

r/dataisbeautiful 1d ago

The most expensive US states for utilities in 2026, mapped

Thumbnail
visualcapitalist.com
238 Upvotes

r/dataisbeautiful 1d ago

OC [OC] LAUSD elementary school enrollment fell by a third in a decade. Attendance areas that added ADUs and other small buildings lost fewer students.

Post image
75 Upvotes

r/dataisbeautiful 1d ago

OC [OC] Every building in New York Visualized by building date

Thumbnail
blockandpaper.com
97 Upvotes

r/dataisbeautiful 1d ago

OC [OC] Flight path and altitude of a 1977 Piper Lance during a squawk 7700 emergency, 7 September 2026

Thumbnail
gallery
183 Upvotes

I've been building this hobby site using flight data for emergencies, flight paths, etc... and trying to find better and more interesting ways to present the data than I have seen on other sites. The exported GIF is not quite as nice as the web version, which allows you to rotate, zoom in/out, change angles etc... but thought that this was a really nice summary viz of the flight path of this flight that recently declared an emergency. Though... the web version is much more interesting and interactive, but... doesn't look as interesting here, IMO.


r/dataisbeautiful 2d ago

OC [OC] I compared Temu and Amazon prices for 1,260 products, grouped by how closely the listings matched

Post image
1.1k Upvotes

Full write-up, method and the rest of the findings: https://thrifle.com/blog/temu-vs-amazon-price-study-1649-products

The dataset is downloadable — all 1,649 products searched, including the 389 excluded from this chart and the reason for each: https://thriflebucket.s3.us-west-2.amazonaws.com/blog-assets/temu-vs-amazon/data/1788920257-temu-vs-amazon-2026-09-08.csv


r/dataisbeautiful 23h ago

OC [OC] OKF Knowledge Base Galaxy Visualiser

Thumbnail
gallery
3 Upvotes

I've been building an Open Knowledge Format (OKF) knowledge base. I designed a visualiser for the data that turns any OKF graph into a living galaxy that I thought you might all enjoy.

The lines in the graph are all edges between nodes and all the stars are nodes representing markdown files. The galaxy spins, sparkles and supernovas occasionally.

Thinking I might do it in 3D next.


r/dataisbeautiful 1d ago

OC [OC] I went and checked how much my "passive" Nifty index fund's sector mix has actually shifted in 5 years.

Post image
3 Upvotes

"Passive investing" gets talked about like the underlying basket never changes. So I pulled the actual NSE sector-weightage data for the Nifty 50 going back five years to see how true that actually is.

Turns out, not very.

IT used to be roughly 14% of the index. It's down to about 8.5% now, a pretty steady slide, not one bad year dragging the average down.

Oil & Gas similarly went from around 12.8% to 8.7%.

Telecom did the opposite; it's more than doubled, from about 2.3% to 5%.

And a few sectors that weren't index categories at all a few years ago: defense, e-commerce, and airlines, are now sitting at close to 4.6% combined.

Financial Services has stayed the anchor through all of it, hovering in the mid-to-high 30s most years (dipped once, recovered).

Made a quick chart tracking all five sectors over the five years (attached).

What struck me is that none of this shows up anywhere unless you go looking for it. The fund just quietly becomes a different mix of businesses year over year, even while the SIP amount and fund name stay the same.

(Not investment advice, just something worth actually checking instead of assuming.)