Platform
Resources
Pricing
Sign in
Get started
Jacob Meyer
Workspace
Fork
Public
By
Jacob Meyer
Edited
Jul 27, 2023
1
Insert cell
Insert cell
// arquero is a lot like dplyr + tidyr
// this import command is pulling in a notebook that defines a bunch of these functions
// you could also do require('arquero') which is more like R's library
import
{
aq
,
op
}
from
'@uwdata/arquero'
Insert cell
// vega-lite is similar to ggplot2
// require is pulling in the package vega-lite
vg
=
require
(
'vega-lite'
)
Insert cell
data
=
await
aq
.
loadCSV
(
'https://static-resources.zybooks.com/static/fat.csv'
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
vg
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML