Public
Edited
Jan 3, 2022
Insert cell
# Kyle Seager
## Kyle is a Mariner Great
Insert cell
md`---
## Let's take a look at Kyle's Value over his career.

Kyle debuted in 2011 `
Insert cell
Insert cell
## Best Kyle?

TODO:

* add interaction between charts. clicking on career totals should highlight the years on the scatter plot
Insert cell
Insert cell
md`---
## Appendix`
Insert cell
allSeasons = d3.csv("https://raw.githubusercontent.com/double-dose-larry/baseball-data/main/fangraphs_allPos_value_1967_2021.csv", d3.autoType)
Insert cell
allPitSeasons = d3.csv("https://raw.githubusercontent.com/double-dose-larry/baseball-data/main/fangraphs_allPit_value_1967_2021.csv", d3.autoType)
Insert cell
kyleSeasons = allSeasons.filter(d => d.Name === 'Kyle Seager')
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