How to present data?
We have largely quantitative data in our dataset. The question we have to ask ourselves is: Do we compare one entity over time, multiple entities with each other or do we want to know how two variables interact? Depending on this we choose different presentation formats.
| What we want to do | Presentation chosen |
|---|---|
| Compare values from different categories | barchart |
| Follow value over time (timeseries) | linechart |
| Show interaction between two values | scatterplot |
| Show data related to geography | map |
