Published
Edited
Jul 29, 2022
Importers
Insert cell
Insert cell
viewof demog_data = demographic_data
.derive({
AJY9E004: (d) => "14000US" + d.GEOID
})
.join_left(income_data, "AJY9E004")
.view()
Insert cell
demog_data.filter((d) => d.Total == undefined).view()
Insert cell
demog_data.filter((d) => d.GEOID == 42101000804).view()
Insert cell
demog_data.derive
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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