Public
Edited
Apr 28
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
kanzler = ["Scholz", "Merkel", "Schröder", "Schmidt"]
Insert cell
kandidaten_2025 = ["Habeck", "Merz", "Weidel", "Wagenknecht"]
Insert cell
stand = new Date(today)
.getDate()
.toString()
.concat(".")
.concat((new Date(today).getMonth() + 1).toString())
.concat(".")
.concat(new Date(today).getFullYear().toString())
Insert cell
today = new Date(2025, 3, 29).toJSON().slice(0, 10).replace(/-/g, "-")
Insert cell
Insert cell
Insert cell
kandidaten = kandidaten_data.map((d) => ({
...d,
Erfahrung: +d.Erfahrung,
Erfahrung_bis_Amt: +d.Erfahrung_bis_Amt
}))
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