Public
Edited
May 29, 2024
Paused
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
us = FileAttachment("counties-albers-10m.json").json()
Insert cell
nation = topojson.feature(us, us.objects.nation)
Insert cell
statemap = new Map(topojson.feature(us, us.objects.states).features.map(d => [d.id, d]))
Insert cell
counties = topojson.feature(us, us.objects.counties)
Insert cell
statemesh = topojson.mesh(us, us.objects.states, (a, b) => a !== b)
Insert cell
fnp_fmp_ratio.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data = new Map(fnp_fmp_ratio.map((d) => [d.fips, d]))
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