Case study: Using data for maps (2)
Kelly Fincham
In this example we’ve tidied up the data on the Datawrapper page and changed the title. It’s already starting to look better.
But look closely. Carlow has no data! is it possible that there were no baby boys born in Carlow in 2022?
Always check for errors before you publish 🙂
Link to Step 1
!function(){“use strict”;window.addEventListener(“message”,(function(a){if(void 0!==a.data[“datawrapper-height”]){var e=document.querySelectorAll(“iframe”);for(var t in a.data[“datawrapper-height”])for(var r=0;r<e.length;r++)if(e[r].contentWindow===a.source){var i=a.data[“datawrapper-height”][t]+”px”;e[r].style.height=i}}}))}();
However, we still need to merge the baby names to get them on the same row so we can see the names of both boys AND girls.
This means that we need to go back to the CSO data and download the two files and then merge the data on the same rows.