const overviewUrl = 'https://gist.githubusercontent.com/Razpudding/9fe56624a06337b2ca41d9cc508e3d40/raw/12bedddedb5c6c0d39f59856d00b6b8ef328eb40/ageDataCBS'
//Let's get the first bit of data
const data1 = d3.dsv(";",overviewUrl)
.then(data => {
console.log(data)
return data
})