Published unlisted
Edited
Feb 12, 2021
1 fork
Insert cell
Insert cell
urlGist = "https://gist.githubusercontent.com/yurivish/ae12b5d697b3198eb9f5900e455e2023/raw/1b8eb34503651132b6de6e059822d1a5f81b4808/somministrazioni-vaccini-latest.csv"
Insert cell
d3.csv(urlGist) // load the data from a gist
Insert cell
urlRaw = "https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/master/dati/somministrazioni-vaccini-latest.csv"
Insert cell
d3.csv(urlRaw) // load the data directly from a github repository
Insert cell
d3 = require("d3-fetch@1")
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