Published
Edited
Apr 22, 2022
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
columnNamesPredicate(inp, _.isString)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
queryManual = aq
.query()
.groupby(["sex"])
.rollup({
bill_depth_mm: (d) => op.min(d["bill_depth_mm"]),
bill_length_mm: (d) => op.min(d["bill_length_mm"])
})
.toObject()
Insert cell
Insert cell
queryFunction = buildQueryObject(
["sex"],
["bill_depth_mm", "bill_length_mm"],
["min"]
)
Insert cell
Insert cell
_.isEqual(queryManual, queryFunction)
Insert cell
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