Published
Edited
Sep 9, 2022
Fork of Data
Insert cell
# Data
Insert cell
d3 = require("d3@7")
Insert cell
url = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRVpImj8iuMFkJdHBM3G7pTWDrcLRsuy6zcQcsubxPmYR8MWm2GKdB-ammAngqz7f1pRZFadurCnigu/pub?gid=0&single=true&output=csv"
Insert cell
data = d3.csv(url, d3.autoType)
Insert cell
Inputs.table(data)
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