Field note · January 5, 2026
A five-minute use for Correlation Explorer
A diverging heatmap of every numeric pair in a dataset, with a click-through scatter so you can check whether the number is telling the truth.
The fastest way to get value out of Correlation Explorer: pick a dataset from the library, open the tool, and answer one question you would otherwise have written a notebook for.
That is the entire pitch. Not a replacement for your actual environment — a way to check something in the ninety seconds before a meeting without setting up a kernel and remembering which virtualenv had pandas in it.
The questions it is good for are the ones with a yes-or-no shape. Is this column skewed. Do these two things move together. Does the split look even. Is the tail long enough to matter. Each of those is thirty seconds here and ten minutes anywhere else, and the ten-minute version is why they routinely go unasked.
The questions it is bad for are anything you need to repeat. There is no saved state, no scheduling, no way to hand someone a link that reproduces what you did. That is deliberate — a tool that quietly becomes production infrastructure is a worse outcome than one that cannot.
The bottleneck in most quick analysis is setup, not compute. Removing it changes which questions get asked at all.
Correlation Explorer — A diverging heatmap of every numeric pair in a dataset, with a click-through scatter so you can check whether the number is telling the truth.
All seven tools are on the toolkit page, and every one of them reads the same dataset library.