Public
Edited
Jan 25, 2023
3 forks
8 stars
Insert cell
Insert cell
Insert cell
Insert cell
data101 = FileAttachment("data101.xlsx").xlsx()
Insert cell
nycData = data101.sheet(0, { headers: true })
Insert cell
Inputs.table(nycData)
Insert cell
Insert cell
Insert cell
olympians = FileAttachment("olympians.csv").csv({ typed: true })
Insert cell
Inputs.table(olympians)
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