Public
Edited
Mar 2, 2023
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.
Learn more