Public
Edited
Oct 1, 2024
Insert cell
Insert cell
data = FileAttachment("Untitled spreadsheet - Sheet1@1.csv").csv({ typed: true })
Insert cell
Plot.plot({
inset: 8,
grid: true,
title: "insert benchmark (lower is better)",
x: {
tickRotate: 9,
label: ""
},
marks: [Plot.barY(data, { x: "library", y: "insert (ms)", fill: "library" })]
})
Insert cell
Plot.plot({
inset: 8,
grid: true,
title: "query benchmark (lower is better)",
x: {
tickRotate: 9,
label: ""
},
marks: [Plot.barY(data, { x: "library", y: "query (ms)", fill: "library" })]
})
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