Public
Edited
Mar 22, 2023
Insert cell
Insert cell
Insert cell
expoTI = macrepertoiredatedebut19920528.results[1]
Insert cell
sousExpos = expoTI.sousEvenements.filter(d => d.categorie == "Exposition – collection").map(d => d.dates)
Insert cell
datesSousExpos = {
var resultat = [];
sousExpos.map(d => {
var entree = d.split(" → ")
resultat.push(entree)
})
return resultat
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
raw = d3.json(apiTableauInaugural)
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