Public
Edited
Feb 21, 2023
Insert cell
Insert cell
data = [82, 468, 364, 196, 156, 120, 63, 28, 92]
Insert cell
d3.mean(data)
Insert cell
d3.median(data)
Insert cell
food = [2.2, 2.2, 2.3, 2.2, 2.0, 2.3, 2.4, 2.2, 2.3, 2.1, 2.0, 2.0, 2.2, 2.0, 2.0, 2.0, 2.3, 2.3, 2.4, 2.1, 2.4, 2.4, 2.6, 2.4, 2.3, 2.2]
Insert cell
d3.mean(food)
Insert cell
d3.deviation(food)
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