Platform
Resources
Pricing
Sign in
Contact us
Dylan
Senior Software Engineer at the Center for Spatial Data Science, UChicago. Lead engineer on the US Covid Atlas
Workspace
Fork
Public
By
Dylan
Edited
Mar 2, 2023
ISC
Fork of
Plot Scatterplot
4
Insert cell
Insert cell
data
=
FileAttachment
(
"match_success.csv"
)
.
csv
(
{
typed
:
true
}
)
Insert cell
cleaned
=
data
.
map
(
d
=>
(
{
...
d
,
Year
:
d
.
Year
===
0
?
2020
:
d
.
Year
,
success_pct
:
+
d
.
success_pct
.
slice
(
0
,
-
1
)
}
)
)
Insert cell
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
Compare fork
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
cleaned
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