Public
Edited
Sep 3, 2024
Fork of Template
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
Insert cell
Insert cell
Insert cell
Insert cell
warmingData.filter(
(f) =>
f.Change * 0.5556 > 0.5 &&
f.Change * 0.5556 <= 1 &&
f.MK_TrendDir == "no trend"
).length /
warmingData.filter((f) => f.Change * 0.5556 > 0.5 && f.Change * 0.5556 <= 1)
.length
Insert cell
Insert cell
Insert cell
data = FileAttachment("data.json").json()
Insert cell
groups = ["Danger", "Warming", "Cooling"]
Insert cell
Insert cell
Insert cell
Insert cell
maxwarmingData = FileAttachment("max-warming-data.json").json()
Insert cell
d3.extent(pollingData, (d) => d.numeric_grade)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { Treemap } from "@d3/treemap"
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