Statistics Interview Question: How do pictographs differ from bar graphs:
Knowledge of statistics is crucial in the field of data science. Data visualisation is also important when working with data science because it is important to present data derived from statistical work in a logical and orderly fashion that will enable people to understand it. Two such visualisations that are similar but contain differences are bar charts and pictographs.
Bar charts
A bar chart is a visual way to represent qualitative and/or discrete data, such as colours of cars, shoe sizes, and names of students. Bar charts tend to be used when there are a small number of possible outcomes and the data is categorical.
The Python code below represents how to create a bar chart listing prices of fruit:-
A bar chart in Excel
The illustration below is a bar chart that has been created in Excel:-
Pictographs