Public
Edited
Jul 11, 2024
Paused
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = d3.rollups(
t1t2_ecarts,
(d) => d,
(d) => groupes[d.CodNuaCand] || "Autres"
)
Insert cell
t1t2_ecarts = (
await aq.loadCSV(
"https://raw.githubusercontent.com/taniki/legislatives-2024/main/tmp/lg2024_ecarts_t2_t1.csv"
)
).objects()
Insert cell
import { plot_options, groupes, couleurs_mdpt } from "@taniki/lg2024-common"
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