Public
Edited
Sep 11, 2023
Insert cell
Insert cell
Insert cell
ghana_topo_new = FileAttachment("test.json").json()
Insert cell
ghana_topo_new_1 = topojson.feature(ghana_topo_new, ghana_topo_new.objects.gha_admbnda_adm1_gss_20210308)
Insert cell
CPI = new Map((await FileAttachment("index4 (15).csv").csv()).map(d => [d.id, +d.Inflation]))
Insert cell
maxCPI = Array.from(CPI.values()).reduce((max, curr) => Math.max(max, curr), 0);

Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more