Platform
Resources
Pricing
Sign in
Get started
Nikolaus Piccolotto
“Any problem in computer science can be solved with another level of misdirection.” — David Wheeler
Workspace
Fork
Public
By
Nikolaus Piccolotto
Edited
Jan 6, 2023
6
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
jumper_ranks
Insert cell
index_ranks
=
{
const
jumpers
=
_
.
uniq
(
jumper_ranks
.
map
(
(
jsr
)
=>
jsr
.
jumper
)
)
;
const
dates
=
_
.
uniq
(
jumper_ranks
.
map
(
(
jsr
)
=>
jsr
.
date
.
toISOString
(
)
)
)
.
sort
(
)
;
const
ranks
=
_
.
range
(
1
,
70
)
;
return
{
dates
,
jumpers
,
ranks
}
;
}
Insert cell
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
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
index_podests
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
jumper_podests
Edit
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
index_ranks
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
jumper_ranks
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
_
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML