Public
Edited
Jan 3, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
csvData = d3.csv(csvUrl, d3.autoType)
Insert cell
Insert cell
csvUrl = getCsvUrl(
"https://docs.google.com/spreadsheets/d/1MjwOgJOl2a1bRTvUOQd6aanTqICiTETG4gIi2zBfzbk/edit?usp=sharing"
)
Insert cell
Insert cell
dateFilter = ({ Datum }) => {
const sixMonthsAgo = new Date(Date.now() - 3600 * 1000 * 24 * 7 * 4 * 6);
return Datum > sixMonthsAgo;
}
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