Value distribution is the statistical summary of how often each unique value appears within a data column and how those values are spread across their possible range. It is a foundational data profiling metric that reveals central tendency (mean, median), spread (variance, standard deviation), shape (skewness, kurtosis), and the presence of outliers. Analysts typically visualize this distribution using a histogram or density plot to instantly assess data health and identify patterns like data skew or multimodality.




