Public
Edited
Jul 14
1 fork
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
groupMap = {
const map = new Map(
ags4.map((d) => [
d.group_name,
{ desc: d.group_description, headings: d.headings }
])
);
map.set("AELO ", map.get("AELO")); // not sure whats up with this key
return map;
}
Insert cell
ags4 = FileAttachment("ags4_data_dictionary.json").json()
Insert cell
all = d3
.stratify()
.id((d) => d.name)
.parentId((d) => d.parent)(parentChildRelationships)
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