Platform
Resources
Pricing
Sign in
Get started
Naël Shiab
Senior Data Producer for CBC/Radio-Canada. Computational journalism. Data analysis and data visualizations.
Workspace
Fork
Unlisted
By
Naël Shiab
Edited
Sep 30, 2024
Insert cell
sda
=
import
(
"https://esm.sh/jsr/@nshiab/simple-data-analysis@3.9.3/src/bundle"
)
Insert cell
sdb
=
{
const
sdb
=
new
sda
.
SimpleWebDB
(
)
;
return
sdb
;
}
Insert cell
table
=
{
const
table
=
sdb
.
newTable
(
)
;
await
table
.
fetchData
(
"https://raw.githubusercontent.com/nshiab/simple-data-analysis/main/test/geodata/files/firesCanada2023.csv"
)
;
return
table
;
}
Insert cell
Inputs
.
table
(
await
table
.
getData
(
)
)
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
sda
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
sdb
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
table
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML