Public
Edited
Jun 3, 2022
Fork of Sandbox
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
googleNodes = {
let nodes =[];
const spreadsheet = await d3.csv('https://docs.google.com/spreadsheets/d/e/2PACX-1vTgodSIrRFZcTnLWwPFI1SKKzGh32KM_uvTdVzBWpLS9gEk1Wh0y-_pa3YXeocBBYt1MD9VOkYQiVOd/pub?gid=1751508664&single=true&output=csv').then(data => data.forEach(d => nodes.push(d)));
// const spreadsheet = await d3.csv('https://docs.google.com/spreadsheets/d/e/2PACX-1vQ7C_kdslqe8gz4pamLutkvdkEMzKSLBVDloNPa_WQE3CF43N3YTjIaHUvFWGXfFu-9h01ri3XQd9eC/pub?gid=1475024363&single=true&output=csv').then(data => data.forEach(d => nodes.push(d)));
return nodes;
}
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
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