Public
Edited
Nov 4, 2023
Insert cell
Insert cell
import { createJsonDownloadButton } from "@trebor/download-json"

Insert cell
createJsonDownloadButton(data, 'data.json', 'Download JSON')
Insert cell
batting = FileAttachment("Batting.csv").csv({typed:true})
Insert cell
db = DuckDBClient.of({
batting:batting
})
Insert cell
db
SELECT *
FROM batting
WHERE playerID = 'ruthba01'
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