Public
Edited
Jan 8, 2024
Insert cell
Insert cell
vl.markBar()
.data(data)
.encode(
vl.x().fieldQ('post_rating'),
vl.y().count(),
vl.row().fieldO('pre_rating').sort('ascending')
)
.render()
Insert cell
data = FileAttachment("bquxjob_450a5628_18ce9d615b6.json").json()
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