Type Table, then Shift-Enter. Ctrl-space for more options.
import{aq,op}from'@uwdata/arquero'
trips_data
Type Table, then Shift-Enter. Ctrl-space for more options.
dt=aq.table({
u:['a','a','b','b'],
x:Int32Array.of(1,2,3,4),
y:Float64Array.of(5,6,7,8)
})
[dt.numRows(),dt.numCols()]
dt.view()
dt
dt.objects()
dt.object(2)
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.