Platform
Resources
Pricing
Sign in
Get started
recifs
Fil’s live coding experiments
Workspace
Fork
Public
Support
By
Fil
Edited
Nov 23, 2022
1 star
Support
D3 contours and Plot spatial interpolators
Pie chart with radialGradient
Coahuila
graph (user support)
Derive and filter in arquero
SUM(ROUND()) doesn't like NaN
Parquet files directly from GitHub
Aggregating data
Project and clip
DuckDB and bigint
Add a class to an observable input
A button to download a FileAttachment
Create an average line in Plot
A centered title
Catches sites
Insert cell
Insert cell
data
=
d3
.
json
(
"https://data.cityofnewyork.us/resource/jb7j-dtam.json"
)
Insert cell
Insert cell
d3
.
mean
(
data
,
(
d
)
=>
+
d
.
age_adjusted_death_rate
)
Insert cell
Insert cell
Insert cell
columns
=
[
"deaths"
,
"death_rate"
,
"age_adjusted_death_rate"
]
Insert cell
columns
.
map
(
(
column
)
=>
{
const
values
=
d3
.
map
(
data
,
(
d
)
=>
+
d
[
column
]
)
;
return
{
column
,
count
:
d3
.
count
(
values
)
,
min
:
d3
.
min
(
values
)
,
max
:
d3
.
max
(
values
)
,
mean
:
d3
.
mean
(
values
)
,
deviation
:
d3
.
deviation
(
values
)
}
;
}
)
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
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
columns
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML