Public
Edited
Jun 8, 2023
Insert cell
Insert cell
notes = [5, 12, 14, 15, 14, 13, 12, 17, 18, 20, 2, 5, 6, 7, 3, 5, 11, 12, 12, 14, 12]

Insert cell
Insert cell
d3.min( notes )
Insert cell
Insert cell
d3.max( notes )
Insert cell
Insert cell
d3.mean(notes)
Insert cell
Insert cell
d3.median(notes)
Insert cell
Insert cell
d3.quantile(notes, 0.25)

Insert cell
Insert cell
d3.quantile(notes, 0.75)
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