Public
Edited
Mar 23, 2023
Insert cell
Insert cell
rows = d3.range(24).map((d) => ({ date: `2017-12-20 ${d}:00:00` }))
Insert cell
con = DuckDBClient.of({ dates: rows })
Insert cell
con
SELECT '2017-12-20T10:30:00Z-06:00'::TIMESTAMP::STRING = '2017-12-20 10:30:00'::TIMESTAMP::STRING as d2 FROM dates
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