Insert cell
Insert cell
Insert cell
import { depressionPrevalenceProportionPerCountry2015 as gho } from "@huw/gho"
Insert cell
import { dataSnapshot as whr } from "@huw/whr"
Insert cell
import { countries110m as countries } from "@visionscarto/geo"
Insert cell
import { fixCode, codeToName } from "@huw/iso-3166-1"
Insert cell
data = aq
.from(whr)
.select(aq.not("Year"))
.join(aq.from(gho), "Code", [
aq.all(),
{ "Proportion of Depression": (d) => d["Proportion"] }
])
.objects()
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

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