Published
Edited
Feb 4, 2022
10 stars
Insert cell
Insert cell
Insert cell
// data.csv endpoint
d3.csv(`https://webcode.run/observablehq.com/${notebook};data.csv`, d3.autoType)
Insert cell
// data.arrow endpoint
dt = aq.loadArrow(`https://webcode.run/observablehq.com/${notebook};data.arrow`)
Insert cell
results = Table(dt)
Insert cell
aq = require('arquero')
Insert cell
import { Table } from "@observablehq/inputs"
Insert cell
d3 = require("d3@6")
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