Public
Edited
Jan 6, 2023
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.
Learn more