Public
Edited
Dec 7, 2023
1 fork
Importers
1 star
Also listed in…
Eurostat
Insert cell
Insert cell
dbGrid
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
dbGrid = DuckDBClient.of({
_1000: FileAttachment("grid_1km.parquet"),
_2000: FileAttachment("grid_2km@1.parquet"),
_5000: FileAttachment("grid_5km@1.parquet"),
_10000: FileAttachment("grid_10km@1.parquet"),
_20000: FileAttachment("grid_20km@1.parquet"),
_50000: FileAttachment("grid_50km@1.parquet"),
_100000: FileAttachment("grid_100km@1.parquet")
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
getPosition = (id) => {
const a = id.split("N")[1];
const b = a.split("E");
return { x: +b[1], y: +b[0] };
}
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