Published
Edited
Sep 22, 2020
Insert cell
Insert cell
Insert cell
data = d3.csvParse(raw_data, d3.autoType)
Insert cell
Insert cell
table(data, {title: 'Payment Data'})
Insert cell
Insert cell
table2(data)
Insert cell
Insert cell
printTable(data)
Insert cell
Insert cell
Insert cell
Insert cell
import {table} from "@tmcw/tables@513"
// import {table} from "@tmcw/tables/2"
Insert cell
import {table as table2} from "@gampleman/table"
Insert cell
import {printTable} from '@uwdata/data-utilities'
Insert cell
d3 = require("d3@6")
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