Public
Edited
Mar 26, 2024
1 fork
Knit GRADE Base and education data
DOH-dataInterpolate GRADE Base Data 2022
Insert cell
Insert cell
Insert cell
knitted = model()
.knit()
.with(school)
.match("countryyearcode")
.end()
.knit()
.with(schoolPopulation)
.match("countryyearcode")
.end()
.drop("iso")
.data(base)
Insert cell
knitted
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
schoolPopulation
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
a = new Set(school.map((x) => x.countrycode))
Insert cell
b = new Set(schoolPopulation.map((x) => x.iso))
Insert cell
difference = new Set([...a].filter((x) => !b.has(x)))
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