Public
Edited
Feb 28, 2023
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
DESCRIBE TABLE other_people
Insert cell
Insert cell
Insert cell
ownClient
SELECT * FROM people ORDER BY id LIMIT 5;
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
SELECT * FROM people_heights LIMIT 5
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
SELECT * FROM people WHERE id = 1
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
SELECT * FROM people WHERE id BETWEEN 0 AND 5
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
SELECT * FROM people LIMIT 5;
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
DESCRIBE TABLE people
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
SELECT * FROM people WHERE id = 999
Insert cell
Insert cell
ownClient
SELECT
a.number AS `1-5`,
b.number AS `2-6`
FROM (SELECT * FROM numbers(1, 5)) AS a -- numbers 1 thru 5
FULL OUTER JOIN (SELECT * FROM numbers(2, 5)) AS b -- numbers 2 thru 6
USING number
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ownClient
SELECT id, name, age FROM people_vw(min_age=50)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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