Public
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.
Learn more