Public
Edited
Nov 21, 2023
Insert cell
Insert cell
data = FileAttachment("baby_names.csv").csv({typed: true})
Insert cell
baby_names.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
baby_names.csv
SELECT * FROM "baby_names"
Insert cell
data1
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Select a data source…
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Inputs.table(search, {
format: {
Year: d3.format("d") // format as "1960" rather than "1,960"
}
})
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