Why do we use data visualisation?
Why is data visualisation important?
What are the benefits of data visualisation?
List the different techniques for data visualisation.
What are histograms used for?
Histogram is the most commonly used graph to show the frequency of observations.
What is a ‘bin’?
User specified ranges (aka groups) that these observations (or data points) are counted.
What’s the difference between density plots and histograms?
Density plots shows the same thing as a histogram (frequency of observations), however these observations are counted on a continuous interval.
What’s the difference in shape between density plots and histograms?
Density plots are smooth curves and histograms are made up of bars.