Platform
Resources
Pricing
Sign in
Get started
Antoine RICHARD
Workspace
Fork
Public
By
Antoine RICHARD
Edited
Feb 3, 2023
1
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
xls
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
Databases
population
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML