Public
Edited
Feb 24, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
artistesMONA
Insert cell
Insert cell
Insert cell
wikiIds = artistesMONA_wiki.map(d => d.id_wikidata)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
artistesMONA_both
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ulan_500275139 = FileAttachment("ulan_500275139.json").json()
Insert cell
ulan_500542593 = FileAttachment("ulan_500542593.json").json()
Insert cell
ulan_500715034 = FileAttachment("ulan_500715034.json").json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
artworks
Insert cell
testAssociationGenre = {
var resultat = []

artworks.forEach(art =>{
var genre = associationGenreAOeuvre(art.artists)
art.genre = genre

art.artists ? art.wiki = getArtistWiki(art.artists[0].id) : art.wiki = false
resultat.push(art)
})
return resultat
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {data as artworks} from "31e2814f23fffc4a"
Insert cell
Insert cell
Insert cell
Insert cell
2023-10-09_ArtistesMONAReconciliation.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
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