Public
Edited
Oct 18, 2024
Insert cell
Insert cell
Untitled spreadsheet - Sheet1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
categories = FileAttachment("export (13).csv").csv({typed: true})
Insert cell
export (13).csv
Type SQL, then Shift-Enter. Ctrl-space for more options.

Insert cell
export (13).csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
viewof data = table(categories,
{
columns: [
{
key: 'category_id',
name: 'Category ID',
},
{
key: 'category_name',
name: 'Category Name'
},
{
key: 'category_label',
name: 'Category Label'
}]
}
)
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