Published
Edited
May 15, 2021
1 fork
Insert cell
md`# bumpchart
`
Insert cell
data = FileAttachment("indexA_long.csv").csv()
Insert cell
dataxavier = d3
.groups(data, d => d.month)
.map(d => {
return {
month: d[0],
[d[1].map(e => e.term)[0]]: d[1].map(e => e.value)
};
})
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