Public
Edited
Dec 10, 2023
Insert cell
Insert cell
Insert cell
data = FileAttachment("bar@1.csv").csv({typed: true})
Insert cell
Plot.plot({
marks: [
Plot.barY(
data,
Plot.groupX({ y: "count" }, { x: "languageLabel", tip: true })
),
Plot.ruleY([0])
]
})
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

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