Public
Edited
Jan 20
Fork of Raucher
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
death_vac_data = FileAttachment("death_vac@9.csv").csv()
Insert cell
death = death_vac_data.map((d) => ({
date: new Date(d.date),
death: +d.death,
vac: +d.vac
}))
Insert cell
death
SELECT * FROM death
ORDER BY date
Insert cell
isDarkMode = () =>
window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches
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