Public
Edited
Sep 24, 2024
Insert cell
Insert cell
companiesByCountry.it.budget / countriesByCode.it.population
Insert cell
(600 * million) / (5.5 * million)
Insert cell
Insert cell
companies = [
{
country: 'it',
name: 'RAI',
url: 'https://en.wikipedia.org/wiki/RAI',
budget: 2.52 * billion // 2021
}
]
Insert cell
countries = [
{
code: 'it',
population: 58853482, // 2022
url: 'https://en.wikipedia.org/wiki/Italy'
}
]
Insert cell
companiesByCountry = _.keyBy(companies, 'country')
Insert cell
countriesByCode = _.keyBy(countries, 'code')
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