Public
Edited
Dec 24, 2022
2 forks
Importers
5 stars
Insert cell
Insert cell
db = FileAttachment('chinook.db').sqlite()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
db.describeTables()
Insert cell
db.describe()
Insert cell
db.describe('albums')
Insert cell
db.describe('tracks')
Insert cell
db.describeColumns({table: 'tracks'})
Insert cell
tracks = db.query(`SELECT * FROM tracks`)
Insert cell
Inputs.table(tracks)
Insert cell
db
SELECT * FROM tracks
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