Public
Edited
May 5
Insert cell
Insert cell
trips_data.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
import { aq, op } from '@uwdata/arquero'
Insert cell
Insert cell
trips_data
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
dt = aq.table({
u: ['a', 'a', 'b', 'b'],
x: Int32Array.of(1, 2, 3, 4),
y: Float64Array.of(5, 6, 7, 8)
})
Insert cell
Insert cell
[dt.numRows(), dt.numCols()]
Insert cell
dt.view()
Insert cell
dt
Insert cell
Insert cell
dt.objects()
Insert cell
dt.object(2)
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