Public
Edited
Nov 11, 2022
8 stars
Insert cell
Insert cell
Insert cell
client2
SELECT style, count()::INT as cnt
FROM beer
GROUP BY style
ORDER BY cnt DESC
LIMIT 10
Insert cell
vl
.markBar()
.data(topBeers)
.encode(vl.y().fieldN("style").sort(false), vl.x().fieldQ("cnt"))
.title("10 Most common beer styles")
.render()
Insert cell
Insert cell
Inputs.table(topBeers)
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