Public
Edited
Jun 22, 2023
1 fork
Insert cell
Insert cell
categories = FileAttachment("places-supported-country - Country POI Counts.csv").csv({typed: true})
Insert cell
viewof data = table(categories,
{
columns: [
{
key: 'country_name',
name: 'Country Name',
},
{
key: 'country_code',
name: 'ISO-2 Country Code'
},
{
key: 'quality_poi_count',
name: 'Quality POI Count',
}]
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
CSV = require('json2csv@4.0.0').then(a => a.parse)
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