See every pairwise correlation at a glance — red means related, blue means inversely related
A correlation heatmap is a matrix where each cell shows the Pearson r between two numeric columns. The color makes patterns pop instantly: red cells (r near +1) mean the two variables rise together; blue cells (r near -1) mean one rises as the other falls; white/pale cells (r near 0) mean no linear relationship.
This tool loads a sample dataset of 30 people with Age, Height, Weight, Score, and Income. Height and Weight are intentionally correlated (~0.7); Age and Income are moderately correlated (~0.6); Score is independent of the rest. Click Link Data to build the heatmap and see which pairs are actually related.
Paste any multi-column numeric CSV to build a correlation heatmap for your own data.