Public
Edited
Feb 13, 2023
1 fork
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
duckdb
SELECT
strftime(time, '%m-%d') AS day,
strftime(time, '%H') AS hour,
price
FROM read_parquet(${`https://raw.githubusercontent.com/kimmolinna/parquet_public/master/${sel_year}.parquet`})
Insert cell
duckdb
PRAGMA version
Insert cell
duckdb = new DuckDBClientKL()
Insert cell
import {DuckDBClientKL} from "@linna/duckdbclient"
Insert cell
import {Legend, Swatches} from "@d3/color-legend"
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