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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more