// this cell hangs, and the Array cannot be expanded
data
// destructuring throws a duplicate entries error
data.map(d=>({...d}))
data
-- as does creating a new SQL cell with `data` as the source
from data
// the Row.toJSON method works
data.map(d=>d.toJSON())
// borrowed from "@observablehq/duckdb"
stocks=DuckDBClient.of({
aapl:FileAttachment("aapl.csv"),
goog:FileAttachment("goog.csv")
})
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.