Public
Edited
Nov 11, 2022
2 forks
17 stars
Insert cell
Insert cell
client = DuckDBClient.of({ weather: FileAttachment("weather.parquet") })
Insert cell
client
SELECT CAST(precipitation as INT) as precip, AVG(precipitation)
FROM weather
GROUP BY precip
Insert cell
result
Insert cell
viewof city = Inputs.select(["Seattle", "New York"])
Insert cell
client
SELECT avg(precipitation)
FROM weather
WHERE location == ${city}
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