Public
Edited
Apr 11, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
oeuvres1992 = oeuvresMacEtudiees.filter(d => d.dateAcquisition == 1992)
Insert cell
indexProvenances = {
var resultat = [];
provenances1992.forEach(p => {
var oeuvresConcernees = oeuvres1992.filter(d => d.provenance == p)
resultat.push({
provenance: p,
nombre: oeuvresConcernees.length,
liste: oeuvresConcernees
})
})
return resultat
}
Insert cell
Insert cell
provenances1992 = new Set(oeuvres1992.map(d => d.provenance))
Insert cell
Insert cell
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