Type SQL, then Shift-Enter. Ctrl-space for more options.
export (13).csv
Type Table, then Shift-Enter. Ctrl-space for more options.
viewofdata=table(categories,
{
columns:[
{
key:'category_id',
name:'Category ID',
},
{
key:'category_name',
name:'Category Name'
},
{
key:'category_label',
name:'Category Label'
}]
}
)
CSV=require('json2csv@4.0.0').then(a=>a.parse)
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.