Public
Edited
Aug 28, 2024
Insert cell
Insert cell
taylor_2014_data = FileAttachment("taylor-2014.csv").csv({typed: true})
Insert cell
Insert cell
Insert cell
Insert cell
taylor_2014_data.filter(d => d["Win/Loss"] == "W")
Insert cell
Insert cell
function (d) {
return d["Win/Loss"];
}
Insert cell
Insert cell
Insert cell
taylor_2014_data.filter(d => d["Win/Loss"] == "W")
Insert cell
Insert cell
Insert cell
Insert cell
taylor_2014_data.filter(d => d.RushTD > 0)
Insert cell
Insert cell
taylor_2014_data.filter(d => d.RushTD > 0 && d.Rk != null)
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