Public
Edited
Feb 3, 2023
Insert cell
Insert cell
import {aq, op} from "@uwdata/arquero"
Insert cell
xls=FileAttachment("grille_densite_7_niveaux_detaille_2022(1).xlsx").xlsx()
Insert cell
data = xls.sheet(0)
Insert cell
data
SELECT "#", "A", "B", "C", "D", "E" FROM "data"
WHERE "D" = ${"Grands centres urbains"}
Insert cell
viewof population = Inputs.range([10000,50000], {label:"PopRange",step:1000, value:10000})
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