Published
Edited
May 6, 2021
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
mutable lastUpdate = new Date()
Insert cell
franceCovid = {
mutable lastUpdate = new Date()
let data = await d3.csv('https://www.data.gouv.fr/fr/datasets/r/f335f9ea-86e3-4ffa-9684-93c009d5e617', d3.autoType)

// d3.map(data, d => {
// d.date = new Date(d.date)
// })
yield data
}
Insert cell
Plot = require("@observablehq/plot@0.1")
Insert cell
d3 = require('d3')
Insert cell
import { tweet } from '@mbostock/tweet'
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