Parsing NBA Substitutions in Play-by-Play Data

Posted on Tue 29 December 2020 in Data Science

Parsing substitutions in basketball play-by-play data is a problem that has eluded me for a while. It's massively important when considering lineup-contextual events or statistics like plus/minus or for parsing rotation data. The below is the approach I came up with to parse this data out and get an …


Continue reading