BuvSethia / nbapbpgraphs

Create graphs from NBA.com's play by plays
0 stars 0 forks source link

Detemining rebound type for whole team line generation for OREB and DREB #5

Open BuvSethia opened 7 years ago

BuvSethia commented 7 years ago

If you're trying to generate a whole team line for OREB and DREB, whenever you come across a rebound row, how can you tell if it was an offensive or defensive rebound without knowing the previous rebound row for that player. You'd have to create a hacky persistent rebound dictionary or something like that to keep track of rebounds for each player over the course of graph generation...

BuvSethia commented 7 years ago

For now, if generating OREB or DREB line for whole team, just returning 0 for each point value