Public
Edited
Feb 20, 2024
Paused
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
tableProps = ({
header: {
country: "Country",
start: "Start",
end: "End",
increment_ratio: "Change (%)"
},
format: {
increment_ratio: (d) => `${d.toFixed(1)}%`,
start: (d) => d.toFixed(0),
end: (d) => d.toFixed(0)
}
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
probeHistory4 = probeHistory2.map((d) => ({
...d,
percent: probeHistoryEnd.get(d.cc)?.get(d.asn)?.[0].percent
}))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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