Public
Edited
May 21, 2023
1 fork
Insert cell
Insert cell
Insert cell
performance_21_22.json
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data
SELECT "schname", "longitude", "latitude",
SQRT(POW("longitude" - 2, 2) + POW("latitude" - (40.7489457), 2)) * 69.0 AS distance
FROM "data"
Insert cell
performance_21_22.json
SELECT * FROM "performance_21_22"
Insert cell
Insert cell
Insert cell
md`longitude ${position.lon}, latitude ${position.lat})`
Insert cell
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