Published
Edited
Jul 17, 2021
3 stars
Insert cell
Insert cell
source = FileAttachment("pizza.csv").csv()
Insert cell
X = source.map(d => parseInt(d.Reservations))
Insert cell
Y = source.map(d => parseInt(d.Pizzas))
Insert cell
d3.max(X)
Insert cell
d3.max(Y)
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