Public
Edited
Nov 4, 2023
1 fork
1 star
Insert cell
Insert cell
people = FileAttachment("People.csv").csv({typed:true})
Insert cell
db = DuckDBClient.of({people: people})
Insert cell
db
select *
from people
where birthYear = 2000
Insert cell
data
Insert cell
data
Insert cell
FileAttachment(data)
Insert cell
batting = FileAttachment("Batting.csv").csv({typed:true})
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