Platform
Resources
Pricing
Sign in
Get started
Aaron Ge
Workspace
Fork
Public
By
Aaron Ge
Edited
Jul 19, 2023
Insert cell
Insert cell
//tracker = import('http://localhost:8000/tracker/export.js')
tracker
=
import
(
'https://epiverse.github.io/tracker/export.js'
)
Insert cell
causes
=
tracker
.
iarc
.
causesGetAll
(
)
Insert cell
import
{
zip
,
zipreader
}
from
"@fil/jszip"
Insert cell
zipreader
Insert cell
// Fetch the zip file from the URL
data
=
fetch
(
"https://cors-anywhere.herokuapp.com/"
+
"https://ci5.iarc.fr/CI5plus/old/CI5plus_Summary_April2019.zip"
)
.
then
(
zipreader
)
Insert cell
Africa
=
data
.
get
(
"Africa.csv"
)
.
then
(
d3
.
csvParse
)
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
tracker
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
causes
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Africa
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML