Public
Edited
Sep 12, 2023
Insert cell
Insert cell
Insert cell
db = DuckDBClient.of({
generation: getRemoteFile(
"https://ijlyttle.github.io/grid-france/data/99-publish/fake-utc/generation.parquet"
),
flow: getRemoteFile(
"https://ijlyttle.github.io/grid-france/data/99-publish/fake-utc/flow.parquet"
)
})
Insert cell
db
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
db
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
import { getRemoteFile } from "@monitus/get-remote-parquet-files-directly";
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