Public
Edited
Apr 18, 2023
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
actors = get_people({ occupation: "Q33999" }).then(d => d.derive({occupation: d => "actors"}))
Insert cell
musicians = get_people({ occupation: "Q639669" }).then(d => d.derive({occupation: d => "musicians"}))
Insert cell
writers = get_people({occupation: "Q36180"}).then(d => d.derive({occupation: d => "writers"}))
Insert cell
athletes = get_people({occupation: "Q2066131"}).then(d => d.derive({occupation: d => "athletes"}))
Insert cell
politicians = get_people({ occupation: "Q82955" }).then(d => d.derive({occupation: d => "politicians"}))
Insert cell
filmdirectors = get_people({occupation: "Q2526255"}).then(d => d.derive({occupation: d => "film director"}))
Insert cell
Insert cell
Insert cell
Insert cell
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