Published
Edited
Feb 8, 2021
Insert cell
md`# Derive example`
Insert cell
dt
.derive({
age: d => +d.age,
agePlusTen: d => +d.age + 10
})
.view()
Insert cell
dt = aq.from(rawData)
Insert cell
rawData = [{ name: "David", age: "40" }]
Insert cell
import { aq, op } from "@uwdata/arquero"
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