Public
Edited
Sep 29, 2023
Insert cell
Insert cell
Insert cell
listeArtistes = {
var l = []

artistesUniqueList.forEach(a => {
var test = dataArtistes.find(d => d.id == a)
l.push({
id : test.id,
name: test.name,
nbOeuvres: test.artworks.length
})
})
return l


}
Insert cell
dataArtistes.find(d => d.id == 558)
Insert cell
Insert cell
Insert cell
oeuvres = lastupdatedartworks_20230906_iles.data
Insert cell
dataArtistes =artists_20230929.data
Insert cell
artists_20230929 = FileAttachment("artists_2023-09-29.json").json()
Insert cell
lastupdatedartworks_20230906_iles = FileAttachment("lastUpdatedArtworks_2023-09-06_iles.json").json()
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